Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-06-18 10:13:13 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -84,14 +84,14 @@
extraGroups = ["networkmanager" "wheel" "docker" "podman" "nixcfg"]; extraGroups = ["networkmanager" "wheel" "docker" "podman" "nixcfg"];
shell = unstablePkgs.nushell; shell = unstablePkgs.nushell;
openssh.authorizedKeys.keyFiles = [ openssh.authorizedKeys.keyFiles = [
./ssh/authorized_keys ./homeserver/ssh/authorized_keys
]; ];
}; };
root = { root = {
shell = pkgs.bashInteractive; shell = pkgs.bashInteractive;
openssh.authorizedKeys.keyFiles = [ openssh.authorizedKeys.keyFiles = [
./ssh/authorized_keys ./homeserver/ssh/authorized_keys
]; ];
extraGroups = ["docker" "podman" "nixcfg"]; extraGroups = ["docker" "podman" "nixcfg"];
}; };

View File

@@ -15,9 +15,9 @@
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
}; };
extraConfig = "UsePAM yes"; 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 # Modify the SSH service to prioritise because server is headless
systemd.services.sshd = { systemd.services.sshd = {