1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
c9bf0c7d1a configuration/common: do not log firewall anymore 2023-02-20 10:11:43 +01:00
ae1f68ac36 hosts/storage-2: add device to syncthing 2023-02-20 10:10:48 +01:00
2 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
networking.domain = "net.clerie.de";
networking.firewall.logRefusedConnections = lib.mkDefault false;
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8";

View File

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