diff options
Diffstat (limited to 'hosts/thinkpad')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index cfdcd8e..c0ee5b2 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -57,7 +57,10 @@ srv = { omnisearch.enable = true; bluetooth.enable = true; - i2p.enable = true; + i2p = { + enable = true; + enableBrowser = true; + }; yggdrasil.enable = true; files = { enable = true; |
