nixos/netboot: Mount /boot via kernel command line

This commit is contained in:
2024-06-29 23:41:01 +01:00
parent f9870abc9e
commit 19fb29213e
2 changed files with 37 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ in
};
};
networking = { inherit domain; };
services = {
lvm = {
boot.thin.enable = true;