Update proxmox on Jeremiah

This commit is contained in:
Greg Hellings
2025-04-13 23:05:11 -05:00
parent ae9b88fce2
commit 2b90378800
4 changed files with 15 additions and 13 deletions
Binary file not shown.
Generated
+9 -10
View File
@@ -490,16 +490,16 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1723556749,
"narHash": "sha256-+CHVZnTnIYRLYsARInHYoWkujzcRkLY/gXm3s5bE52o=",
"lastModified": 1732981179,
"narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4a92571f9207810b559c9eac203d1f4d79830073",
"rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-24.05",
"ref": "nixos-24.11",
"type": "indirect"
}
},
@@ -703,16 +703,15 @@
"utils": "utils"
},
"locked": {
"lastModified": 1732553351,
"narHash": "sha256-xxUUbQYOdKiMN4qjAog07HkUy6STYdUGMX7oLSlS+kk=",
"owner": "blecher-at",
"lastModified": 1743764738,
"narHash": "sha256-YYbR1o5qTPUxpaVhkJcOGjghNGbIBQmivXAgNTFDxqU=",
"owner": "SaumonNet",
"repo": "proxmox-nixos",
"rev": "09047f655a0df7c50f176953a42bf6d6027e05cb",
"rev": "91c96a414e14835b84adbf775f793739a5851fab",
"type": "github"
},
"original": {
"owner": "blecher-at",
"ref": "fix-backup-pve-manager",
"owner": "SaumonNet",
"repo": "proxmox-nixos",
"type": "github"
}
+2 -2
View File
@@ -33,9 +33,9 @@
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixunstable";
};
#proxmox.url = "github:SaumonNet/proxmox-nixos";
proxmox.url = "github:SaumonNet/proxmox-nixos";
# To enable backups: https://github.com/SaumonNet/proxmox-nixos/pull/45
proxmox.url = "github:blecher-at/proxmox-nixos/fix-backup-pve-manager";
#proxmox.url = "github:blecher-at/proxmox-nixos/fix-backup-pve-manager";
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixunstable";
+4 -1
View File
@@ -99,7 +99,10 @@
};
};
};
proxmox-ve.enable = true;
proxmox-ve = {
enable = true;
ipAddress = (builtins.elemAt config.networking.interfaces.br0.ipv4.addresses 0).address;
};
};
systemd.services."gitlab-runner" = {