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"];
shell = unstablePkgs.nushell;
openssh.authorizedKeys.keyFiles = [
./ssh/authorized_keys
./homeserver/ssh/authorized_keys
];
};
root = {
shell = pkgs.bashInteractive;
openssh.authorizedKeys.keyFiles = [
./ssh/authorized_keys
./homeserver/ssh/authorized_keys
];
extraGroups = ["docker" "podman" "nixcfg"];
};

View File

@@ -15,10 +15,10 @@
KbdInteractiveAuthentication = false;
};
extraConfig = "UsePAM yes";
};
# Enable GPG signing
pcscd.enable = true;
};
};
# Modify the SSH service to prioritise because server is headless
systemd.services.sshd = {
requires = []; # Remove any non-essential dependencies