diff options
author | EuAndreh <eu@euandre.org> | 2023-02-28 21:30:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-28 21:30:52 -0300 |
commit | ad81c36390c1c29c1f93831d33d84ce0d9f55300 (patch) | |
tree | 22e5523c2c715218648a60e0ab72816dcb971498 | |
parent | Use `hostname` to pick xmobar config (diff) | |
download | dotfiles-ad81c36390c1c29c1f93831d33d84ce0d9f55300.tar.gz dotfiles-ad81c36390c1c29c1f93831d33d84ce0d9f55300.tar.xz |
etc/nix/configuration.nix: Cluster together services with no customization
-rw-r--r-- | etc/nix/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 4fb55bd..5c54992 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -73,6 +73,8 @@ upower.enable = true; postfix.enable = true; fprintd.enable = true; + blueman.enable = true; + pcscd.enable = true; openssh = { enable = true; @@ -95,9 +97,6 @@ enableContribAndExtras = true; }; }; - - blueman.enable = true; - pcscd.enable = true; }; users = { |