summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index f12c54b..47f2704 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -1,8 +1,4 @@
-{
- config,
- username,
- ...
-}:
+{ config, username, ... }:
{
system.stateVersion = "25.05";
@@ -60,7 +56,10 @@
srv = {
bluetooth.enable = true;
yggdrasil.enable = true;
- i2p.enable = true;
+ i2p = {
+ enable = true;
+ enableBrowser = true;
+ };
files = {
enable = true;
localsend.enable = true;