fix(litterbox): rename the box to litterbox haha funy

This commit is contained in:
Kat Inskip 2024-02-22 15:38:53 -08:00
parent d935199249
commit d50cc27d8a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 21 additions and 8 deletions

View file

@ -0,0 +1,12 @@
{ config, ... }: {
services.syncthing = {
enable = true;
relay.enable = true;
settings = {
options = {
};
folders = {
};
};
};
}