mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
Binary file not shown.
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user