mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
Binary file not shown.
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
fileSystems = {
|
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";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
+3
-3
@@ -13,10 +13,10 @@ let
|
|||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
|
|
||||||
#./disko/vds.nix
|
./disko/vds.nix
|
||||||
./hardware/vds.nix
|
./hardware/vds.nix
|
||||||
|
|
||||||
#disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
|
|
||||||
#nixos-facter-modules.nixosModules.facter
|
#nixos-facter-modules.nixosModules.facter
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ let
|
|||||||
loader = {
|
loader = {
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "/dev/vda";
|
device = "/dev/vda1";
|
||||||
useOSProber = false;
|
useOSProber = false;
|
||||||
efiSupport = false;
|
efiSupport = false;
|
||||||
#efiInstallAsRemovable = true;
|
#efiInstallAsRemovable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user