diff options
author | Linnnus <[email protected]> | 2025-02-15 10:15:49 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-02-15 10:50:02 +0100 |
commit | f39c3be2f03e810fddaae3b3c263d350013cea28 (patch) | |
tree | c4b454d79c39d10a819184c3c3172df3095d5d53 | |
parent | f6c352b5f259db809f999c90191f6d1cfb02f330 (diff) |
muhammed/remote-builders: Don't use deprecated option
-rw-r--r-- | hosts/muhammed/remote-builders/local-linux-builder.nix | 2 |
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"; }; }; |