forked from M-Labs/it-infra
nixbld: remove munin
This commit is contained in:
parent
b5d45edf79
commit
184936f4bc
|
@ -693,14 +693,6 @@ in
|
||||||
'';
|
'';
|
||||||
nix.settings.extra-sandbox-paths = ["/opt"];
|
nix.settings.extra-sandbox-paths = ["/opt"];
|
||||||
|
|
||||||
services.munin-node.enable = true;
|
|
||||||
services.munin-cron = {
|
|
||||||
enable = true;
|
|
||||||
hosts = ''
|
|
||||||
[${config.networking.hostName}]
|
|
||||||
address localhost
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
services.mlabs-backup.enable = true;
|
services.mlabs-backup.enable = true;
|
||||||
services.ghbackup.enable = true;
|
services.ghbackup.enable = true;
|
||||||
|
|
||||||
|
@ -865,15 +857,6 @@ in
|
||||||
"www.m-labs.hk" = mainWebsite;
|
"www.m-labs.hk" = mainWebsite;
|
||||||
"m-labs.ph" = mainWebsite;
|
"m-labs.ph" = mainWebsite;
|
||||||
"www.m-labs.ph" = mainWebsite;
|
"www.m-labs.ph" = mainWebsite;
|
||||||
"lab.m-labs.hk" = {
|
|
||||||
forceSSL = true;
|
|
||||||
enableACME = true;
|
|
||||||
locations."/munin/".alias = "/var/www/munin/";
|
|
||||||
locations."/munin/".extraConfig = ''
|
|
||||||
auth_basic "Munin";
|
|
||||||
auth_basic_user_file /etc/nixos/secret/muninpasswd;
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
"nixbld.m-labs.hk" = {
|
"nixbld.m-labs.hk" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in New Issue