nixos/pcscd: cleanup code
This commit is contained in:
parent
fd309df083
commit
c09acaa905
1 changed files with 0 additions and 6 deletions
|
@ -16,9 +16,6 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
|
||||
###### interface
|
||||
|
||||
options.services.pcscd = {
|
||||
enable = mkEnableOption (lib.mdDoc "PCSC-Lite daemon");
|
||||
|
||||
|
@ -46,10 +43,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
###### implementation
|
||||
|
||||
config = mkIf config.services.pcscd.enable {
|
||||
|
||||
environment.etc."reader.conf".source = cfgFile;
|
||||
|
||||
environment.systemPackages = [ package ];
|
||||
|
|
Loading…
Reference in a new issue