feat: grafana + prometheus + loki on flora-6 #77

Merged
teutat3s merged 15 commits from feat/grafana into main 2023-12-13 23:21:32 +00:00
Showing only changes of commit 6b15d72d85 - Show all commits

View file

@ -29,6 +29,17 @@ in {
# Force getting the hostname from cloud-init # Force getting the hostname from cloud-init
networking.hostName = lib.mkDefault ""; networking.hostName = lib.mkDefault "";
# We use cloud-init to configure networking, this option should fix
# systemd-networkd-wait-online timeouts
#systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug";
systemd.network.wait-online.ignoredInterfaces = [
"docker0"
"br-91ba3e5e7589"
"vethd42ed22"
"veth8fbf599"
"vethd62653e"
];
# List services that you want to enable: # List services that you want to enable:
services.cloud-init.enable = true; services.cloud-init.enable = true;
services.cloud-init.ext4.enable = true; services.cloud-init.ext4.enable = true;