test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../system/amd.nix
|
|
||||||
../../system/boot.nix
|
../../system/boot.nix
|
||||||
|
../../system/amd.nix
|
||||||
../../system/hardware.nix
|
../../system/hardware.nix
|
||||||
../../system/home-manager.nix
|
../../system/home-manager.nix
|
||||||
../../system/services.nix
|
../../system/services.nix
|
||||||
|
|||||||
+11
-5
@@ -4,14 +4,20 @@
|
|||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
efi = {
|
||||||
|
canTouchEfiVariables = true;
|
||||||
|
efiSysMountPoint = "/boot";
|
||||||
|
};
|
||||||
|
|
||||||
|
grub = {
|
||||||
|
enable = false;
|
||||||
|
device = "nodev";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
};
|
};
|
||||||
efi = {
|
|
||||||
canTouchEfiVariables = true;
|
|
||||||
efiSysMountPoint = "/boot";
|
|
||||||
};
|
|
||||||
grub.enable = false;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user