summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 06:19:42 -0700
committerFuwn <[email protected]>2024-10-01 06:19:42 -0700
commit0e74f59e07e32e190df1cb735449ac7dbf5ea53c (patch)
tree7d068421b47136d27542ac2587826269fe389dd2 /hosts
parentmodules: move variables and initrd systemd to pc (diff)
downloadnixos-config-0e74f59e07e32e190df1cb735449ac7dbf5ea53c.tar.xz
nixos-config-0e74f59e07e32e190df1cb735449ac7dbf5ea53c.zip
fina: simple openssh settings
Diffstat (limited to 'hosts')
-rw-r--r--hosts/fina/default.nix6
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";
};
}