diff options
| author | adikro <adikro@disroot.org> | 2026-04-06 22:14:54 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-06 22:14:54 +0200 |
| commit | 36ec8feb5628eb4057d4882aa45a7730d96b8633 (patch) | |
| tree | bb7efbb83f0ccc5a87d940eb2ec4498b45bd9336 /hosts | |
| parent | 156b4f2c45321bd6cbb63097105c31baa955bfc6 (diff) | |
desktop sync
Diffstat (limited to 'hosts')
| -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; |
