diff options
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 0d03971..881e9f2 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -25,6 +25,7 @@ ]; boot = lib.mkForce { + initrd.systemd.enable = true; loader = { efi = { efiSysMountPoint = "/boot/efi"; @@ -139,6 +140,7 @@ strace fzf powertop + tpm2-tss inputs.deploy-rs.defaultPackage."${system}" ]; |