diff --git a/devices/.vds.nix.kate-swp b/devices/.vds.nix.kate-swp new file mode 100644 index 0000000..8eb314c Binary files /dev/null and b/devices/.vds.nix.kate-swp differ diff --git a/devices/hardware/vds.nix b/devices/hardware/vds.nix index a7d886b..0c3ceef 100755 --- a/devices/hardware/vds.nix +++ b/devices/hardware/vds.nix @@ -34,7 +34,7 @@ fileSystems = { "/" = { - device = "/dev/vda1"; # "/dev/disk/by-partlabel/disk-main-root"; + device = lib.mkForce "/dev/vda1"; # "/dev/disk/by-partlabel/disk-main-root"; fsType = "ext4"; }; }; diff --git a/devices/vds.nix b/devices/vds.nix index 102d96d..98cd7c9 100755 --- a/devices/vds.nix +++ b/devices/vds.nix @@ -13,10 +13,10 @@ let (modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/profiles/qemu-guest.nix") - #./disko/vds.nix + ./disko/vds.nix ./hardware/vds.nix - #disko.nixosModules.disko + disko.nixosModules.disko #nixos-facter-modules.nixosModules.facter @@ -44,7 +44,7 @@ let loader = { grub = { enable = true; - device = "/dev/vda"; + device = "/dev/vda1"; useOSProber = false; efiSupport = false; #efiInstallAsRemovable = true;