diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-13 16:27:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-13 16:27:15 +0530 |
| commit | 60e26854dac063f0732f44babb3c7d3dbf7888a0 (patch) | |
| tree | ba19e14d142a06e7cec3abdb377a986214e290c4 /settings.nix | |
| parent | be1266cb5fd7a5a65a47a2238ba23447b6062c2d (diff) | |
| download | homeserver-nixos-config-60e26854dac063f0732f44babb3c7d3dbf7888a0.tar.gz homeserver-nixos-config-60e26854dac063f0732f44babb3c7d3dbf7888a0.zip | |
Add git + gitweb integration
Diffstat (limited to 'settings.nix')
| -rw-r--r-- | settings.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.nix b/settings.nix index f6c717b..f1b7ebb 100644 --- a/settings.nix +++ b/settings.nix @@ -17,6 +17,11 @@ in lib.recursiveUpdate privateSettings rec { exposeTransmissionRPC = false; }; + git = { + baseDir = "/git"; + group = "git"; + }; + syncthing = { baseDir = "/media/syncthing"; photosDir = "${syncthing.baseDir}/photos"; |
