install attempt 1

This commit is contained in:
2024-10-18 18:42:49 -05:00
parent bdfa79cc20
commit 1996373de2
3 changed files with 65 additions and 62 deletions

View File

@@ -26,7 +26,7 @@
devices = {
main = "/dev/nvme0n1";
bonus = null;
bonus.disk1 = "/dev/nvme1n1";
};
in {
@@ -51,7 +51,10 @@
inherit host username devices;
};
};
#disko.enable = lib.mkForce false;
disko = {
enable = true;
impermanent = true;
};
})
];