summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/muhammed/remote-builders/local-linux-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/muhammed/remote-builders/local-linux-builder.nix b/hosts/muhammed/remote-builders/local-linux-builder.nix
index 212e741..55e0d59 100644
--- a/hosts/muhammed/remote-builders/local-linux-builder.nix
+++ b/hosts/muhammed/remote-builders/local-linux-builder.nix
@@ -30,7 +30,7 @@
# Allow root login. This would normally be horrible but it's a local VM so who cares.
users.users.root.password = "root";
- services.openssh.permitRootLogin = "yes";
+ services.openssh.settings.PermitRootLogin = "yes";
};
};