Fixed homeserver setup

This commit is contained in:
2025-06-10 01:43:18 +01:00
parent 9e4b139898
commit 5a5bacd4d2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
KbdInteractiveAuthentication = false;
};
extraConfig = "UsePAM yes";
# Enable GPG signing
pcscd.enable = true;
};
# Enable GPG signing
pcscd.enable = true;
};
# Modify the SSH service to prioritise because server is headless
systemd.services.sshd = {