kilgharrah: disallow remote deployment
This commit is contained in:
parent
324638baa9
commit
39d73b4ed7
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue