commit f7ecc7ad34a75fe401d40b863dc3929553e38a02
parent f68b3f4e03a417563685da9eee97844361b2fa55
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 13 May 2024 17:32:34 +0200
systems: fix athena and demeter builds
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/systems/hosts/athena.nix b/systems/hosts/athena.nix
@@ -47,7 +47,6 @@ in
# };
};
- profiles.base.systemd-boot = lib.mkForce false;
core.boot.systemd-boot = lib.mkForce false;
# boot.cleanTmpDir = lib.mkForce false;
# boot.loader.systemd-boot.enable = lib.mkForce false;
diff --git a/systems/hosts/demeter.nix b/systems/hosts/demeter.nix
@@ -47,7 +47,6 @@ in
# };
};
- profiles.base.systemd-boot = lib.mkForce false;
core.boot.systemd-boot = lib.mkForce false;
# boot.cleanTmpDir = lib.mkForce false;
# boot.loader.systemd-boot.enable = lib.mkForce false;