This commit is contained in:
2025-07-23 16:08:34 +03:00
parent a40d057cb9
commit db3fa40494
3 changed files with 4 additions and 4 deletions
Binary file not shown.
+1 -1
View File
@@ -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";
};
};
+3 -3
View File
@@ -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;