mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Services + Desktop] Move pscd (SmartCard) to desktop conf
This commit is contained in:
parent
c4cf38ceb3
commit
a2c7681a1a
2 changed files with 3 additions and 3 deletions
|
|
@ -154,6 +154,9 @@ in {
|
||||||
''
|
''
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# SmartCards
|
||||||
|
services.pcscd.enable = mkDefault (!generalCfg.minimal);
|
||||||
|
|
||||||
networking.networkmanager = {
|
networking.networkmanager = {
|
||||||
plugins = []
|
plugins = []
|
||||||
++ optional (!generalCfg.minimal) pkgs.networkmanager-openvpn
|
++ optional (!generalCfg.minimal) pkgs.networkmanager-openvpn
|
||||||
|
|
|
||||||
|
|
@ -134,9 +134,6 @@ in {
|
||||||
|
|
||||||
programs.ssh.startAgent = false;
|
programs.ssh.startAgent = false;
|
||||||
|
|
||||||
# SmartCards
|
|
||||||
services.pcscd.enable = mkDefault (!generalCfg.minimal);
|
|
||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = !generalCfg.minimal; # .lan/.local resolution
|
enable = !generalCfg.minimal; # .lan/.local resolution
|
||||||
nssmdns = true; # .lan/.local resolution
|
nssmdns = true; # .lan/.local resolution
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue