From db3fa40494161f4a2b4ed379ee887b012b90f33a Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 23 Jul 2025 16:08:34 +0300 Subject: [PATCH] 123 --- devices/.vds.nix.kate-swp | Bin 0 -> 186 bytes devices/hardware/vds.nix | 2 +- devices/vds.nix | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 devices/.vds.nix.kate-swp diff --git a/devices/.vds.nix.kate-swp b/devices/.vds.nix.kate-swp new file mode 100644 index 0000000000000000000000000000000000000000..8eb314ce2765a28c26236c83c59d0037273a3be6 GIT binary patch literal 186 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?VnnQ^vec36kz|Fmo&sr~79$~Q8#ybBIu zU|{fMU|^79U|^5~F+do^VN7!k2C+d{nt_3VF%iL+0r7JXd|42`7{QkV@l##lhJ*CW VBe)>rr9tL`Fo?raQdFAi3ILZA9$EkZ literal 0 HcmV?d00001 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;