mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
glance: Fix syncthing
This commit is contained in:
parent
8fe5ef9e76
commit
f38cb764e0
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ in
|
||||||
|
|
||||||
persistence.directories = [ dataDir ];
|
persistence.directories = [ dataDir ];
|
||||||
|
|
||||||
meta.services.${cfg.domain} = lib.mkIf (cfg.gui.domain != null) {
|
meta.services.${cfg.gui.domain} = lib.mkIf (cfg.gui.domain != null) {
|
||||||
name = "Syncthing";
|
name = "Syncthing";
|
||||||
icon = "sh:syncthing";
|
icon = "sh:syncthing";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue