2026-04-06T18:02:00+00:00

This commit is contained in:
2026-04-06 18:02:00 +00:00
parent 02031b57f8
commit 64bb7f0e66
+8 -8
View File
@@ -13,18 +13,18 @@
allowed-users = [ "root" "kalle" ]; allowed-users = [ "root" "kalle" ];
}; };
# direct deploy building # # direct deploy building
fileSystems."/" = {
device = "/dev/vda1";
fsType = "ext4";
};
# # image building
# fileSystems."/" = { # fileSystems."/" = {
# device = "/dev/disk/by-label/nixos"; # device = "/dev/vda1";
# fsType = "ext4"; # fsType = "ext4";
# }; # };
# image building
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
boot.kernelParams = [ boot.kernelParams = [
"console=ttyS0,115200" "console=ttyS0,115200"
"console=tty1" "console=tty1"