From 6b6147959cbf7ba597c03e0fe8cdbb4c656577fb Mon Sep 17 00:00:00 2001 From: kalle Date: Mon, 6 Apr 2026 15:31:50 +0000 Subject: [PATCH] 2026-04-06T15:31:50+00:00 --- configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 08d64e1..1effc7b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"; };