mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-07-22 06:02:07 +01:00
Fixed homeserver setup
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user