Initialize quasar
This commit is contained in:
parent
60579facc7
commit
211af9bd61
15 changed files with 616 additions and 72 deletions
21
linux/quasar/syncthing.nix
Normal file
21
linux/quasar/syncthing.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{...}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
settings.folders = {
|
||||
# game-data = {
|
||||
# devices = ["protostar"];
|
||||
# path = "~/Game/data";
|
||||
# type = "sendonly";
|
||||
# };
|
||||
# game-save = {
|
||||
# devices = ["protostar"];
|
||||
# path = "~/Game/save";
|
||||
# };
|
||||
# music = {
|
||||
# devices = ["nebula"];
|
||||
# path = "~/Music";
|
||||
# type = "sendonly";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue