summaryrefslogtreecommitdiff
path: root/Biz/OsBase.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-28 09:25:29 -0500
committerBen Sima <ben@bsima.me>2020-11-28 13:07:42 -0500
commit90badda2f8ef96069fae3a00d1726237783b0209 (patch)
treec2b703573d8288deaac56dc6a403deffce468f06 /Biz/OsBase.nix
parent8f871af38d05a73065ce3041dd448424d8bb625a (diff)
Enable rudimentary remote builds
Diffstat (limited to 'Biz/OsBase.nix')
-rw-r--r--Biz/OsBase.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/OsBase.nix b/Biz/OsBase.nix
index 0ba3fca..bf29ada 100644
--- a/Biz/OsBase.nix
+++ b/Biz/OsBase.nix
@@ -20,5 +20,6 @@
services.openssh.openFirewall = true;
services.openssh.forwardX11 = true;
services.openssh.passwordAuthentication = false;
+ services.openssh.permitRootLogin = "prohibit-password";
system.autoUpgrade.enable = false; # 'true' breaks our nixpkgs pin
}