feat: enable syncthing
This commit is contained in:
parent
fe0393311d
commit
49c192a28c
2 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./printer.nix
|
./printer.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
|
./syncthing.nix
|
||||||
./tlp.nix
|
./tlp.nix
|
||||||
|
|
||||||
../../users/buffet
|
../../users/buffet
|
||||||
|
|
7
hosts/alice/syncthing.nix
Normal file
7
hosts/alice/syncthing.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
_: {
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
user = "buffet";
|
||||||
|
dataDir = "/home/buffet";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue