kilgharrah: disallow remote deployment
This commit is contained in:
parent
324638baa9
commit
39d73b4ed7
|
@ -13,12 +13,8 @@
|
|||
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
# temporarily allow remote deployment for bootstrapping
|
||||
targetHost = "192.168.2.1";
|
||||
targetUser = null;
|
||||
targetHost = null; # disallow remote deployment
|
||||
};
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
nix.settings.trusted-users = [ "@wheel" ];
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
|
|
Loading…
Reference in a new issue