fix: allow unsigned builds on hecuba
This commit is contained in:
@@ -64,6 +64,11 @@
|
||||
];
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
git
|
||||
|
||||
Reference in New Issue
Block a user