This commit is contained in:
Joakim Repomaa
2025-02-18 16:35:42 +02:00
parent 41bd91deb1
commit f0e93a837d
+2 -2
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;