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"; };