2026-04-06T20:25:10+00:00
This commit is contained in:
+8
-8
@@ -13,18 +13,18 @@
|
||||
allowed-users = [ "root" "kalle" ];
|
||||
};
|
||||
|
||||
# # direct deploy building
|
||||
# fileSystems."/" = {
|
||||
# device = "/dev/vda1";
|
||||
# fsType = "ext4";
|
||||
# };
|
||||
|
||||
# image building
|
||||
# direct deploy building
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
device = "/dev/vda1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
# # image building
|
||||
# fileSystems."/" = {
|
||||
# device = "/dev/disk/by-label/nixos";
|
||||
# fsType = "ext4";
|
||||
# };
|
||||
|
||||
boot.kernelParams = [
|
||||
"console=ttyS0,115200"
|
||||
"console=tty1"
|
||||
|
||||
Reference in New Issue
Block a user