refactor
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user