Enable syslog on all servers

This commit is contained in:
Andreas Zweili 2022-05-06 15:29:24 +02:00
parent 9652b7732d
commit f79c8d61f9
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
"${inputs.self}/modules/ntp" "${inputs.self}/modules/ntp"
"${inputs.self}/modules/syslog"
]; ];
networking = { networking = {

View File

@ -10,7 +10,6 @@
time = "11:30"; inherit config custom inputs pkgs; time = "11:30"; inherit config custom inputs pkgs;
}) })
"${inputs.self}/modules/docker" "${inputs.self}/modules/docker"
"${inputs.self}/modules/ntp"
"${inputs.self}/modules/raspi-haproxy" "${inputs.self}/modules/raspi-haproxy"
]; ];
} }

View File

@ -2,6 +2,8 @@
{ {
imports = [ imports = [
inputs.nixos-hardware.nixosModules.raspberry-pi-4 inputs.nixos-hardware.nixosModules.raspberry-pi-4
"${inputs.self}/modules/ntp"
"${inputs.self}/modules/syslog"
]; ];
fileSystems = { fileSystems = {