feat(work-pc): add openssh
This also fixes agenix-related flake check failure
This commit is contained in:
parent
5e53c65de5
commit
b3795ad195
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue