summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-15 19:40:38 -0700
committerFuwn <[email protected]>2024-09-15 19:40:38 -0700
commitf65c064e28dbf06c32317fdb43b547873141699e (patch)
treee7cf1c48077167feef9617cee11f5e55988c2240 /home
parenthome: rui (diff)
downloadnixos-config-f65c064e28dbf06c32317fdb43b547873141699e.tar.xz
nixos-config-f65c064e28dbf06c32317fdb43b547873141699e.zip
home: add glance
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/fortune/networking/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/ebisu/fortune/networking/default.nix b/home/ebisu/fortune/networking/default.nix
index 90336f5..2f09b06 100644
--- a/home/ebisu/fortune/networking/default.nix
+++ b/home/ebisu/fortune/networking/default.nix
@@ -7,5 +7,9 @@
];
home.packages = [ pkgs.i2p ];
- services.tailray.enable = true;
+
+ services = {
+ tailray.enable = true;
+ glance.enable = true;
+ };
}