diff options
Diffstat (limited to 'hosts/atlas/default.nix')
| -rw-r--r-- | hosts/atlas/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index a6201fe..3a087f6 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -11,7 +11,11 @@ server.enable = true; - boot.cleanTmpDir = true; + boot = { + cleanTmpDir = true; + loader.systemd-boot.enable = true; + loader.efi.canTouchEfiVariables = true; + }; environment.systemPackages = with pkgs; [ hercules-ci-agent.packages.aarch64-linux.hercules-ci-cli |
