fix: allow unsigned builds on hecuba

This commit is contained in:
2026-04-12 18:26:25 +02:00
parent fee4b43104
commit a13a19e8e9

View File

@@ -64,6 +64,11 @@
];
};
nix.settings.trusted-users = [
"root"
"@wheel"
];
environment.systemPackages = with pkgs; [
vim
git