kilgharrah: disallow remote deployment

This commit is contained in:
Katherina Walshe-Grey 2024-09-05 00:20:49 +01:00
parent 324638baa9
commit 39d73b4ed7

View file

@ -13,12 +13,8 @@
deployment = { deployment = {
allowLocalDeployment = true; allowLocalDeployment = true;
# temporarily allow remote deployment for bootstrapping targetHost = null; # disallow remote deployment
targetHost = "192.168.2.1";
targetUser = null;
}; };
security.sudo.wheelNeedsPassword = false;
nix.settings.trusted-users = [ "@wheel" ];
time.timeZone = "Europe/London"; time.timeZone = "Europe/London";