feat: fixed how sometimes updating servers mean that ye had to reset teh MAC address in Proxmox.
Some checks failed
Build_Deploy / build (push) Successful in 3m40s
Build_Deploy / linter (push) Successful in 5m19s
Build_Deploy / deploy_dns (push) Failing after 2m59s
Build_Deploy / deploy_active (active) (push) Has been skipped
Build_Deploy / deploy_active (active-core) (push) Has been skipped
Build_Deploy / deploy_active (active-ext) (push) Has been skipped

This is done by letting each server manage its own network interface.
This commit is contained in:
silver 2025-06-18 03:14:35 +01:00
parent 4fc1071225
commit 5ca3265cc1
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
6 changed files with 35 additions and 41 deletions

View file

@ -35,7 +35,11 @@ in {
config = {
# if its a lxc enable
proxmoxLXC.enable = cfg.lxc;
proxmoxLXC = {
enable = cfg.lxc;
manageNetwork = true;
manageHostName = true;
};
nix = {
settings = {