diff options
| author | seth <[email protected]> | 2023-05-02 01:14:01 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-02 01:14:01 -0400 |
| commit | f9dbd3f12fb1f3db18f301790d922ff158bdb44b (patch) | |
| tree | 9a16a8f8c8d4ba489e6d339c04db6b05524ae223 /hosts/atlas/default.nix | |
| parent | a9bc767f03a04aae4a8161c2948f68aaee5f0f3f (diff) | |
atlas: reinstall with systemd-boot
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 |
