diff options
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index cf1dd29..1be0c27 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -153,6 +153,7 @@ port = 22; }]; }; + gnome.gnome-keyring.enable = true; unbound.enable = true; dbus.enable = true; irqbalance.enable = true; |