From a13a19e8e9360cd4ff888c7773632d9f541fcc68 Mon Sep 17 00:00:00 2001 From: hektor Date: Sun, 12 Apr 2026 18:26:25 +0200 Subject: [PATCH] fix: allow unsigned builds on hecuba --- hosts/hecuba/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/hecuba/default.nix b/hosts/hecuba/default.nix index f19fee7c..9672086f 100644 --- a/hosts/hecuba/default.nix +++ b/hosts/hecuba/default.nix @@ -64,6 +64,11 @@ ]; }; + nix.settings.trusted-users = [ + "root" + "@wheel" + ]; + environment.systemPackages = with pkgs; [ vim git