mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(litterbox): rename the box to litterbox haha funy
This commit is contained in:
parent
d935199249
commit
d50cc27d8a
5 changed files with 21 additions and 8 deletions
12
nixos/syncthing-kat/syncthing.nix
Normal file
12
nixos/syncthing-kat/syncthing.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, ... }: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
relay.enable = true;
|
||||
settings = {
|
||||
options = {
|
||||
};
|
||||
folders = {
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue