summaryrefslogtreecommitdiff
path: root/hosts/skadhi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/skadhi/default.nix')
-rw-r--r--hosts/skadhi/default.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/hosts/skadhi/default.nix b/hosts/skadhi/default.nix
index 66aa58d7..62823488 100644
--- a/hosts/skadhi/default.nix
+++ b/hosts/skadhi/default.nix
@@ -25,12 +25,16 @@
25 }; 25 };
26 26
27 boot = { 27 boot = {
28 initrd.systemd = { 28 initrd = {
29 emergencyAccess = config.users.users.root.hashedPassword; 29 systemd = {
30 extraBin = { 30 emergencyAccess = config.users.users.root.hashedPassword;
31 "vim" = lib.getExe pkgs.vim; 31 extraBin = {
32 "grep" = lib.getExe pkgs.gnugrep; 32 "vim" = lib.getExe pkgs.vim;
33 "grep" = lib.getExe pkgs.gnugrep;
34 };
33 }; 35 };
36
37 luks.cryptoModules = [ "aegis128" ];
34 }; 38 };
35 39
36 lanzaboote.configurationLimit = 15; 40 lanzaboote.configurationLimit = 15;