NixOS ISO: Don't use a unionfs for /
We don't need a unionfs on /, we only need a tmpfs.
This commit is contained in:
@@ -344,5 +344,8 @@ in
|
||||
(isYes "BLK_DEV_INITRD")
|
||||
];
|
||||
|
||||
# Prevent systemd from waiting for the /dev/root symlink.
|
||||
systemd.units."dev-root.device".text = "";
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user