From f9dbd3f12fb1f3db18f301790d922ff158bdb44b Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 2 May 2023 01:14:01 -0400 Subject: atlas: reinstall with systemd-boot --- hosts/atlas/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/atlas/default.nix') 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 -- cgit v1.2.3