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 = { networking = {
hostName = mkDefault "durruti"; hostName = mkDefault "durruti";
useDHCP = false; useDHCP = false;
nameservers = [ "1.1.1.1" ];
}; };
networking.firewall.allowedTCPPorts = [ 8080 ]; networking.firewall.allowedTCPPorts = [ 8080 ];

View File

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

View File

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