From 02031b57f819d8daa384c90b9fa41f205f9b81a1 Mon Sep 17 00:00:00 2001 From: kalle Date: Mon, 6 Apr 2026 17:08:43 +0000 Subject: [PATCH] 2026-04-06T17:08:43+00:00 --- configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1effc7b..9d1c2cb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"