configuration
flake
hosts
_iso
aluminium
astatine
backup-4
beryllium
carbon
clerie-backup
dn42-il-gw1
dn42-il-gw5
dn42-il-gw6
dn42-ildix-clerie
dn42-ildix-service
gatekeeper
hydra-1
hydra-2
krypton
mail-2
monitoring-3
nonat
osmium
palladium
porter
storage-2
configuration.nix
firmware.nix
hardware-configuration.nix
mixcloud.nix
secrets.json
ssh.pub
syncthing.nix
users.nix
tungsten
web-2
zinc
lib
modules
pkgs
users
.gitignore
README.md
flake.lock
flake.nix
24 lines
498 B
Nix
24 lines
498 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
settings = {
|
|
devices = {
|
|
ceasium = { id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE"; };
|
|
ev0 = { id = "XLZNAIG-Q5BJYXZ-IJWS3RD-EOETGFI-265U5MH-U4VBEXX-KC6MWPH-B22ROQT"; };
|
|
};
|
|
folders = {
|
|
mixcloud = {
|
|
path = "/data/mixcloud";
|
|
type = "sendonly";
|
|
devices = [
|
|
"ceasium"
|
|
"ev0"
|
|
];
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|