fix: allow unsigned builds on hecuba

This commit is contained in:
2026-04-17 12:47:19 +02:00
parent fee4b43104
commit a13a19e8e9
+5
View File
@@ -64,6 +64,11 @@
];
};
nix.settings.trusted-users = [
"root"
"@wheel"
];
environment.systemPackages = with pkgs; [
vim
git