forked from pub-solar/os
dumpyourvms: disable mopidy, vpn IP updates
This commit is contained in:
parent
32a51fd9ef
commit
bcd9f7e0a3
|
@ -17,6 +17,7 @@ in
|
|||
};
|
||||
|
||||
pub-solar.virtualisation.enable = true;
|
||||
pub-solar.audio.mopidy.enable = lib.mkForce false;
|
||||
|
||||
# fix backlight for keyboard and brightness, adjust function key binding,
|
||||
# intel_pstate for cpu schedutil, resume offset for swapfile, disable amdgpu driver
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
hosts = {
|
||||
"10.0.0.42" = [ "nomad.service.consul" ];
|
||||
"10.0.0.48" = [ "consul.service.consul" ];
|
||||
"10.0.0.49" = [ "vault.service.consul" ];
|
||||
"10.0.0.66" = [ "consul.service.consul" ];
|
||||
"10.0.0.67" = [ "vault.service.consul" ];
|
||||
"10.0.0.200" = [ "headnode.cgn-1" ];
|
||||
"10.0.0.201" = [ "cn01.cgn-1" ];
|
||||
"10.0.0.202" = [ "cn02.cgn-1" ];
|
||||
|
|
Loading…
Reference in a new issue