This commit is contained in:
Joakim Repomaa
2025-02-18 15:43:20 +02:00
parent 41bd91deb1
commit f0e93a837d

View File

@@ -21,12 +21,12 @@ in
pathsToLink = [ "/share/zsh" ]; pathsToLink = [ "/share/zsh" ];
}; };
services.pcscd = { services = {
pcscd = {
enable = true; enable = true;
plugins = [ pkgs.ccid ]; plugins = [ pkgs.ccid ];
}; };
services = {
openssh = { openssh = {
enable = true; enable = true;
openFirewall = false; openFirewall = false;