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