set neededForBoot
on persistent volumes.
This is recommended by the impermanence module and required by agenix.
This commit is contained in:
parent
676bcbece8
commit
d16c7baa4a
|
@ -27,6 +27,7 @@
|
|||
};
|
||||
fileSystems."/nix" = {
|
||||
device = "/dev/disk/by-label/nix";
|
||||
neededForBoot = true;
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
};
|
||||
fileSystems."/nix" = {
|
||||
device = "/dev/disk/by-label/nix";
|
||||
neededForBoot = true;
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
fileSystems."/nix" = {
|
||||
device = "/dev/disk/by-label/nix";
|
||||
neededForBoot = true;
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
};
|
||||
fileSystems."/nix" = {
|
||||
device = "/dev/disk/by-label/nix";
|
||||
neededForBoot = true;
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue