diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index c7fa49c..0f0f63e 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -57,10 +57,7 @@ ssh.enable = true; firewall.enable = true; yggdrasil.enable = true; - i2p = { - enable = true; - enableBrowser = true; - }; + i2p.enable = true; tor = { enable = true; enableBrowser = true; |
