2026-04-06T15:31:50+00:00

This commit is contained in:
2026-04-06 15:31:50 +00:00
parent 684705dc02
commit 6b6147959c
+8 -1
View File
@@ -13,8 +13,15 @@
allowed-users = [ "root" "kalle" ];
};
# # direct deploy building
# fileSystems."/" = {
# device = "/dev/vda1";
# fsType = "ext4";
# };
# image building
fileSystems."/" = {
device = "/dev/vda1";
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};