diff --git a/hosts/radish/packages.nix b/hosts/radish/packages.nix index 34da7f5..15fbe50 100644 --- a/hosts/radish/packages.nix +++ b/hosts/radish/packages.nix @@ -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;