diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-04 15:33:55 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-01-04 15:33:55 -0300 |
| commit | faefa057b6930402a30f6dccea677f6ec5c0d31a (patch) | |
| tree | 28a65d591b607824b93a79a5605e2d0da0ad39a9 /configuration.nix | |
| parent | configuration.nix: Remove logrotate configuration (diff) | |
| download | dotfiles-faefa057b6930402a30f6dccea677f6ec5c0d31a.tar.gz dotfiles-faefa057b6930402a30f6dccea677f6ec5c0d31a.tar.xz | |
configuration.nix: group together services using the default configuration
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configuration.nix b/configuration.nix index 16d3248c..e093f07a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -410,9 +410,6 @@ in { nssmdns = true; }; - blueman.enable = true; - - # We can see the actual generated crontab at /etc/crontab printing = { enable = true; drivers = let @@ -510,7 +507,9 @@ in { }; }; - pcscd.enable = true; # required by yubioath + clipmenu.enable = true; + blueman.enable = true; + pcscd.enable = work.config.yubioauth-support; }; security = { |
