dumpyourvms: disable mopidy, vpn IP updates

This commit is contained in:
teutat3s 2022-01-31 17:49:41 +01:00
parent 32a51fd9ef
commit bcd9f7e0a3
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ in
}; };
pub-solar.virtualisation.enable = true; pub-solar.virtualisation.enable = true;
pub-solar.audio.mopidy.enable = lib.mkForce false;
# fix backlight for keyboard and brightness, adjust function key binding, # fix backlight for keyboard and brightness, adjust function key binding,
# intel_pstate for cpu schedutil, resume offset for swapfile, disable amdgpu driver # intel_pstate for cpu schedutil, resume offset for swapfile, disable amdgpu driver

View file

@ -1,8 +1,8 @@
{ {
hosts = { hosts = {
"10.0.0.42" = [ "nomad.service.consul" ]; "10.0.0.42" = [ "nomad.service.consul" ];
"10.0.0.48" = [ "consul.service.consul" ]; "10.0.0.66" = [ "consul.service.consul" ];
"10.0.0.49" = [ "vault.service.consul" ]; "10.0.0.67" = [ "vault.service.consul" ];
"10.0.0.200" = [ "headnode.cgn-1" ]; "10.0.0.200" = [ "headnode.cgn-1" ];
"10.0.0.201" = [ "cn01.cgn-1" ]; "10.0.0.201" = [ "cn01.cgn-1" ];
"10.0.0.202" = [ "cn02.cgn-1" ]; "10.0.0.202" = [ "cn02.cgn-1" ];