summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/local/s15/configuration.nix1
-rw-r--r--hosts/server.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/local/s15/configuration.nix b/hosts/local/s15/configuration.nix
index ad0c57a..a913983 100644
--- a/hosts/local/s15/configuration.nix
+++ b/hosts/local/s15/configuration.nix
@@ -27,6 +27,7 @@ in {
../../users.nix
../../editors.nix
../../pkgs.nix
+ ../../server.nix
../../gpg.nix
];
environment.systemPackages = [
diff --git a/hosts/server.nix b/hosts/server.nix
index 5c76b5d..fc0dc7a 100644
--- a/hosts/server.nix
+++ b/hosts/server.nix
@@ -1,7 +1,7 @@
{...}: {
services.openssh = {
enable = true;
- settings.PasswordAuthentication = false;
+ settings.PasswordAuthentication = true;
ports = [5522];
};
users.users.root.openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+qXhCHNrSZmy4HEXaFn6xAp1w2GzQBMOfVdbR3E81Q cloudboxes"];