summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2025-02-19 20:47:25 +0000
committerRory&::Emma <root@rory.gay>2025-02-19 20:49:37 +0000
commited14a42356608575cedbe68ff9b1e6fb4e65339b (patch)
tree081ebea96d70c4b30c414dc6857bf9701259f611 /modules
parentAlways include efi support in boot (diff)
downloadRory-Open-Architecture-ed14a42356608575cedbe68ff9b1e6fb4e65339b.tar.xz
Server changes
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix

index e366f59..1311ea1 100755 --- a/modules/base.nix +++ b/modules/base.nix
@@ -92,6 +92,7 @@ services = { openssh = { enable = true; + settings.PermitRootLogin = "yes"; #allow more logins in cases where i have many ssh keys on a system extraConfig = '' MaxAuthTries 32