move deployment config

This commit is contained in:
Katherina Walshe-Grey 2024-09-19 23:06:08 +01:00
parent bbb3bd3c16
commit 8cbfb51930
2 changed files with 24 additions and 21 deletions

View file

@ -11,6 +11,7 @@ in
time.timeZone = "Etc/UTC";
# Allow remote deployment with colmena
deployment.targetUser = null;
security.sudo.wheelNeedsPassword = false;
nix.settings.trusted-users = [ "@wheel" ];
};