fix: assertions
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
f5659c14d8
commit
c3e19aae29
5 changed files with 15 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.initrd.postDeviceCommands = lib.mkAfter "zfs mount -a";
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "none";
|
||||
|
|
@ -13,6 +12,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
fileSystems."/persist".neededForBoot = true;
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories = [
|
||||
"/etc/nixos"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue