nixbld: remove munin

force-ssl-main-website
Sebastien Bourdeauducq 2023-12-16 13:55:31 +08:00
parent b5d45edf79
commit 184936f4bc
1 changed files with 0 additions and 17 deletions

View File

@ -693,14 +693,6 @@ in
'';
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.ghbackup.enable = true;
@ -865,15 +857,6 @@ in
"www.m-labs.hk" = mainWebsite;
"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" = {
forceSSL = true;
enableACME = true;