diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-15 15:43:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-15 15:59:27 +0530 |
| commit | 926f411a4c703cab001d64b7f8b9701b79a7dc5c (patch) | |
| tree | a95b94fe0061309b6b422c1c889f9595de439c53 /modules/storage/syncthing.nix | |
| parent | 03d52d1317af446c513c0257f8c497fed2bfbad8 (diff) | |
| download | homeserver-nixos-config-926f411a4c703cab001d64b7f8b9701b79a7dc5c.tar.gz homeserver-nixos-config-926f411a4c703cab001d64b7f8b9701b79a7dc5c.zip | |
Refactor settings management + dashboard links
Diffstat (limited to 'modules/storage/syncthing.nix')
| -rw-r--r-- | modules/storage/syncthing.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/storage/syncthing.nix b/modules/storage/syncthing.nix index 5291182..b98711c 100644 --- a/modules/storage/syncthing.nix +++ b/modules/storage/syncthing.nix @@ -1,7 +1,6 @@ -{ lib, ... }: +{ settings, ... }: let - settings = import ../../settings.nix { inherit lib; }; - group = "syncthing"; + group = settings.syncthing.group; in { systemd.tmpfiles.rules = [ |
