forked from DGNum/infrastructure
feat(proxmox): Revert the disabling
This commit is contained in:
parent
62b36ed124
commit
e200ae53a4
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ lib.extra.mkConfig {
|
||||||
|
|
||||||
enabledServices = [
|
enabledServices = [
|
||||||
# INFO: This list needs to stay sorted alphabetically
|
# INFO: This list needs to stay sorted alphabetically
|
||||||
# TODO: re-enable me when #139 is merged. "proxmox"
|
|
||||||
"nvidia-tesla-k80"
|
|
||||||
"microvm-router01"
|
"microvm-router01"
|
||||||
|
"nvidia-tesla-k80"
|
||||||
|
"proxmox"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
Loading…
Reference in a new issue