summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/default.nix5
-rw-r--r--hosts/surtr/default.nix1
-rw-r--r--hosts/vidhar/default.nix1
3 files changed, 6 insertions, 1 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index e3d52aec..b4914273 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -38,7 +38,10 @@ in {
38 38
39 # Use the systemd-boot EFI boot loader. 39 # Use the systemd-boot EFI boot loader.
40 loader = { 40 loader = {
41 systemd-boot.enable = true; 41 systemd-boot = {
42 enable = true;
43 configurationLimit = 15;
44 };
42 efi.canTouchEfiVariables = true; 45 efi.canTouchEfiVariables = true;
43 timeout = null; 46 timeout = null;
44 }; 47 };
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index aded4655..d30e0cba 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -16,6 +16,7 @@
16 boot = { 16 boot = {
17 loader.grub = { 17 loader.grub = {
18 enable = true; 18 enable = true;
19 configurationLimit = 7;
19 version = 2; 20 version = 2;
20 device = "/dev/vda"; 21 device = "/dev/vda";
21 }; 22 };
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index fc592e58..b63520c8 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -18,6 +18,7 @@
18 boot = { 18 boot = {
19 loader.grub = { 19 loader.grub = {
20 enable = true; 20 enable = true;
21 configurationLimit = 420;
21 version = 2; 22 version = 2;
22 device = "/dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D95019BDF4083"; 23 device = "/dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D95019BDF4083";
23 }; 24 };