Update proxmox on Jeremiah
This commit is contained in:
Binary file not shown.
Generated
+9
-10
@@ -490,16 +490,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723556749,
|
"lastModified": 1732981179,
|
||||||
"narHash": "sha256-+CHVZnTnIYRLYsARInHYoWkujzcRkLY/gXm3s5bE52o=",
|
"narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4a92571f9207810b559c9eac203d1f4d79830073",
|
"rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
"ref": "nixos-24.05",
|
"ref": "nixos-24.11",
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -703,16 +703,15 @@
|
|||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732553351,
|
"lastModified": 1743764738,
|
||||||
"narHash": "sha256-xxUUbQYOdKiMN4qjAog07HkUy6STYdUGMX7oLSlS+kk=",
|
"narHash": "sha256-YYbR1o5qTPUxpaVhkJcOGjghNGbIBQmivXAgNTFDxqU=",
|
||||||
"owner": "blecher-at",
|
"owner": "SaumonNet",
|
||||||
"repo": "proxmox-nixos",
|
"repo": "proxmox-nixos",
|
||||||
"rev": "09047f655a0df7c50f176953a42bf6d6027e05cb",
|
"rev": "91c96a414e14835b84adbf775f793739a5851fab",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "blecher-at",
|
"owner": "SaumonNet",
|
||||||
"ref": "fix-backup-pve-manager",
|
|
||||||
"repo": "proxmox-nixos",
|
"repo": "proxmox-nixos",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,9 +33,9 @@
|
|||||||
url = "github:nix-community/home-manager/master";
|
url = "github:nix-community/home-manager/master";
|
||||||
inputs.nixpkgs.follows = "nixunstable";
|
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
|
# 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 = {
|
nixos-generators = {
|
||||||
url = "github:nix-community/nixos-generators";
|
url = "github:nix-community/nixos-generators";
|
||||||
inputs.nixpkgs.follows = "nixunstable";
|
inputs.nixpkgs.follows = "nixunstable";
|
||||||
|
|||||||
@@ -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" = {
|
systemd.services."gitlab-runner" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user