diff --git a/1744358421_2025_04_11_17.9.2_gitlab_backup.tar b/1744358421_2025_04_11_17.9.2_gitlab_backup.tar new file mode 100644 index 0000000..bc95213 Binary files /dev/null and b/1744358421_2025_04_11_17.9.2_gitlab_backup.tar differ diff --git a/flake.lock b/flake.lock index b380ffb..2f94029 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index bd9dbaf..6248a13 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/hosts/jeremiah/default.nix b/hosts/jeremiah/default.nix index bbdfb91..3041439 100644 --- a/hosts/jeremiah/default.nix +++ b/hosts/jeremiah/default.nix @@ -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" = {