forked from DGNum/infrastructure
fix(krz01): disable proxmox for now
Until #139 is merged. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
da40fa9b3d
commit
862f004e3c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ lib.extra.mkConfig {
|
||||||
|
|
||||||
enabledServices = [
|
enabledServices = [
|
||||||
# INFO: This list needs to stay sorted alphabetically
|
# INFO: This list needs to stay sorted alphabetically
|
||||||
"proxmox"
|
# TODO: re-enable me when #139 is merged. "proxmox"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
Loading…
Reference in a new issue