nixos-26.05 #7
@@ -4,6 +4,7 @@
|
|||||||
"/export/riker-backup" = {
|
"/export/riker-backup" = {
|
||||||
device = "/tank/backup/riker";
|
device = "/tank/backup/riker";
|
||||||
options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
|
fsType = "none";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
zfs = {
|
zfs = {
|
||||||
extraPools = [ "tank" ];
|
extraPools = [ "tank" ];
|
||||||
requestEncryptionCredentials = false;
|
requestEncryptionCredentials = false;
|
||||||
|
forceImportRoot = false;
|
||||||
};
|
};
|
||||||
supportedFilesystems = [ "zfs" ];
|
supportedFilesystems = [ "zfs" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
device = "/tank/nvr/frigate";
|
device = "/tank/nvr/frigate";
|
||||||
depends = [ "/tank/nvr/frigate" ];
|
depends = [ "/tank/nvr/frigate" ];
|
||||||
options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
|
fsType = "none";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
fileSystems."/var/lib/libvirt/images" = {
|
fileSystems."/var/lib/libvirt/images" = {
|
||||||
device = "/tank/iso";
|
device = "/tank/iso";
|
||||||
options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
fsType = "auto";
|
fsType = "none";
|
||||||
};
|
};
|
||||||
|
|
||||||
# On a gui-enabled machine, connect with:
|
# On a gui-enabled machine, connect with:
|
||||||
|
|||||||
Reference in New Issue
Block a user