Compare commits
2 Commits
403a58d266
...
c9bf0c7d1a
Author | SHA1 | Date | |
---|---|---|---|
c9bf0c7d1a | |||
ae1f68ac36 |
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
networking.domain = "net.clerie.de";
|
networking.domain = "net.clerie.de";
|
||||||
|
|
||||||
|
networking.firewall.logRefusedConnections = lib.mkDefault false;
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
@ -4,9 +4,8 @@
|
|||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
devices = {
|
devices = {
|
||||||
ceasium = {
|
ceasium = { id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE"; };
|
||||||
id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE";
|
ev0 = { id = "XLZNAIG-Q5BJYXZ-IJWS3RD-EOETGFI-265U5MH-U4VBEXX-KC6MWPH-B22ROQT"; };
|
||||||
};
|
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
mixcloud = {
|
mixcloud = {
|
||||||
@ -14,6 +13,7 @@
|
|||||||
type = "sendonly";
|
type = "sendonly";
|
||||||
devices = [
|
devices = [
|
||||||
"ceasium"
|
"ceasium"
|
||||||
|
"ev0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user