aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-04 15:33:55 -0300
committerEuAndreh <eu@euandre.org>2022-01-04 15:33:55 -0300
commitfaefa057b6930402a30f6dccea677f6ec5c0d31a (patch)
tree28a65d591b607824b93a79a5605e2d0da0ad39a9 /configuration.nix
parentconfiguration.nix: Remove logrotate configuration (diff)
downloaddotfiles-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.nix7
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 = {