mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -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"];
|
||||
};
|
||||
|
||||
@@ -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