aboutsummaryrefslogtreecommitdiff
path: root/settings.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-13 22:01:46 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-13 22:01:46 +0530
commitbbf5ca376326363aeef437c885d98c5c3c54176e (patch)
treee3bf0c48f3e25ea717699180aa17eed04ddff9a7 /settings.nix
parentf5949df9e5e39140fcc66589eada13738d2cf730 (diff)
downloadhomeserver-nixos-config-bbf5ca376326363aeef437c885d98c5c3c54176e.tar.gz
homeserver-nixos-config-bbf5ca376326363aeef437c885d98c5c3c54176e.zip
Move dashboard link to settings
Diffstat (limited to 'settings.nix')
-rw-r--r--settings.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.nix b/settings.nix
index 06c10a0..be03e49 100644
--- a/settings.nix
+++ b/settings.nix
@@ -21,10 +21,10 @@ in lib.recursiveUpdate privateSettings rec {
exposeTransmissionRPC = false;
};
- git = {
- baseDir = "/git";
- group = "git";
- };
+ git = {
+ baseDir = "/git";
+ group = "git";
+ };
syncthing = {
baseDir = "/media/syncthing";