modularized syncthing
This commit is contained in:
parent
272bcb75f4
commit
a3ab33a34a
8 changed files with 53 additions and 176 deletions
|
@ -14,11 +14,19 @@
|
|||
./minecraft.nix
|
||||
./nfs.nix
|
||||
./radicale.nix
|
||||
./syncthing.nix
|
||||
|
||||
../../modules/common
|
||||
../../modules/server
|
||||
|
||||
];
|
||||
|
||||
common.syncthing = {
|
||||
enable = true;
|
||||
devices = {
|
||||
Lenni = { id = "XS6NR2Q-DHVB5G4-P43CHWR-TVBIY5A-FCIS7CU-S5UVNZA-5YPJYST-2EO2GAG"; };
|
||||
Puenktchen = { id = "VP3YVIM-JNSZTXV-7AS7FA2-3W5QKH6-XOWXX7N-STUR4JR-PR6SPCV-HJZMAAN"; };
|
||||
Damin = { id = "HAGKFGG-EMCPKHG-Y7V2ACJ-DJVAIIA-A6TNGTQ-VWPB3F5-PES673W-W2YBJAD"; };
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue