feat(work-pc): add openssh

This also fixes agenix-related flake check failure
This commit is contained in:
Felix Schröter 2023-01-06 16:34:23 +01:00
parent 5e53c65de5
commit b3795ad195
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -29,6 +29,13 @@
programs.zsh.enable = true; programs.zsh.enable = true;
services.openssh = {
enable = true;
kbdInteractiveAuthentication = false;
passwordAuthentication = false;
permitRootLogin = "no";
};
services.printing.drivers = with pkgs; [ epson-escpr ]; services.printing.drivers = with pkgs; [ epson-escpr ];
# only change this when specified in release notes # only change this when specified in release notes