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"];
|
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"];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user