1
0

Compare commits

..

No commits in common. "c9bf0c7d1a67027bbb0aec1cb60f0d8d9b4e5d2b" and "403a58d26644ef32c1981f4c8301cf97dedeaa85" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -7,8 +7,6 @@
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";

View File

@ -4,8 +4,9 @@
services.syncthing = { services.syncthing = {
enable = true; enable = true;
devices = { devices = {
ceasium = { id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE"; }; ceasium = {
ev0 = { id = "XLZNAIG-Q5BJYXZ-IJWS3RD-EOETGFI-265U5MH-U4VBEXX-KC6MWPH-B22ROQT"; }; id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE";
};
}; };
folders = { folders = {
mixcloud = { mixcloud = {
@ -13,7 +14,6 @@
type = "sendonly"; type = "sendonly";
devices = [ devices = [
"ceasium" "ceasium"
"ev0"
]; ];
}; };
}; };