diff options
| author | Fuwn <[email protected]> | 2024-10-01 06:19:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 06:19:42 -0700 |
| commit | 0e74f59e07e32e190df1cb735449ac7dbf5ea53c (patch) | |
| tree | 7d068421b47136d27542ac2587826269fe389dd2 /hosts | |
| parent | modules: move variables and initrd systemd to pc (diff) | |
| download | nixos-config-0e74f59e07e32e190df1cb735449ac7dbf5ea53c.tar.xz nixos-config-0e74f59e07e32e190df1cb735449ac7dbf5ea53c.zip | |
fina: simple openssh settings
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/fina/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/fina/default.nix b/hosts/fina/default.nix index c50c5dd..569047b 100644 --- a/hosts/fina/default.nix +++ b/hosts/fina/default.nix @@ -15,10 +15,6 @@ modules.nix.extend = false; system.stateVersion = "24.05"; networking.hostName = "fina"; - - services.openssh = { - enable = true; - settings.PermitRootLogin = "yes"; - }; + services.openssh.settings.PermitRootLogin = "yes"; }; } |