remove path to syncthing
This commit is contained in:
parent
b76f4670cb
commit
41ba8dbdb5
1 changed files with 0 additions and 11 deletions
|
|
@ -106,14 +106,6 @@ in
|
|||
versioning = commonVersioning;
|
||||
};
|
||||
})
|
||||
// (lib.optionalAttrs (lib.elem "NSFW" cfg.enabledFolders) {
|
||||
"NSFW" = {
|
||||
path = "~/NSFW";
|
||||
devices = nixosDevices;
|
||||
ignorePerms = true;
|
||||
versioning = commonVersioning;
|
||||
};
|
||||
});
|
||||
|
||||
# GUI settings with authentication
|
||||
gui = {
|
||||
|
|
@ -148,9 +140,6 @@ in
|
|||
(lib.mkIf (lib.elem "Archive" cfg.enabledFolders) {
|
||||
"Archive/.stignore".text = stignoreContent;
|
||||
})
|
||||
(lib.mkIf (lib.elem "NSFW" cfg.enabledFolders) {
|
||||
"NSFW/.stignore".text = stignoreContent;
|
||||
})
|
||||
];
|
||||
|
||||
# For NixOS systems, we need to add Syncthing as a manual service in Traefik
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue