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" ];
};
services.pcscd = {
enable = true;
plugins = [ pkgs.ccid ];
};
services = {
pcscd = {
enable = true;
plugins = [ pkgs.ccid ];
};
openssh = {
enable = true;
openFirewall = false;