monitoring #55

Closed
kalipso wants to merge 49 commits from monitoring into master
3 changed files with 0 additions and 3 deletions
Showing only changes of commit 02a57d98d0 - Show all commits

View File

@@ -8,7 +8,6 @@ with lib;
networking = {
hostName = mkDefault "durruti";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
networking.firewall.allowedTCPPorts = [ 8080 ];

View File

@@ -6,7 +6,6 @@ with lib;
networking = {
hostName = mkDefault "infradocs";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [

View File

@@ -6,7 +6,6 @@ with lib;
networking = {
hostName = mkDefault "uptimekuma";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [