diff --git a/flake.lock b/flake.lock index 9edf1a2..76a3690 100644 --- a/flake.lock +++ b/flake.lock @@ -47,25 +47,23 @@ "flake-parts": "flake-parts", "flake-utils": "flake-utils", "napalm": "napalm", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs", "pyproject-build-systems": "pyproject-build-systems", "pyproject-nix": "pyproject-nix", "systems": "systems_2", "uv2nix": "uv2nix" }, "locked": { - "lastModified": 1772909021, - "narHash": "sha256-hcstQ1Z9aQSJM3AVCLb0/OPTicbME9nhP01GiPrOjZM=", + "lastModified": 1776085803, + "narHash": "sha256-JvvWVbXJYSY8qOReMbAOD4lxcN2cjKV6lg/jLz8CEuY=", "owner": "nix-community", "repo": "authentik-nix", - "rev": "7e4730351fb6df479c46a1bf7e23d46a0b0c5d46", + "rev": "4370b561c8bafb59773ce3a518506bcf1161dbdb", "type": "github" }, "original": { "owner": "nix-community", - "ref": "version/2026.2.1", + "ref": "version/2026.2.2", "repo": "authentik-nix", "type": "github" } @@ -73,16 +71,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1772567399, - "narHash": "sha256-0Vpf1hj9C8r+rhrCgwoNazpQ+mwgjdjDhuoKCxYQFWw=", + "lastModified": 1775573258, + "narHash": "sha256-Xq7JGI/8ppIydIuWd9KRJKUrh7UpeniwvZ4NAtXbYJ4=", "owner": "goauthentik", "repo": "authentik", - "rev": "0dccbd4193c45c581e9fb7cd89df0c1487510f1f", + "rev": "5249546862986202b901c2afd860992ec48c6ef6", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2026.2.1", + "ref": "version/2026.2.2", "repo": "authentik", "type": "github" } @@ -541,6 +539,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1779560665, + "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "pyproject-build-systems": { "inputs": { "nixpkgs": [ @@ -598,7 +612,7 @@ "devenv": "devenv", "flake-utils": "flake-utils_2", "generators": "generators", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "terranix": "terranix" } }, diff --git a/flake.nix b/flake.nix index 501e76a..7f79ec9 100644 --- a/flake.nix +++ b/flake.nix @@ -19,8 +19,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; authentik-nix = { - url = "github:nix-community/authentik-nix/version/2026.2.1"; - inputs.nixpkgs.follows = "nixpkgs"; + url = "github:nix-community/authentik-nix/version/2026.2.2"; + # inputs.nixpkgs.follows = "nixpkgs"; }; agenix = { url = "github:ryantm/agenix"; @@ -156,7 +156,7 @@ IP_SUFFIX=$((CONTID - 1000)) # TODO Verify mapping exists... echo "Redeploying LXC on container '$1' ('$CONTID')" - nixos-rebuild switch --impure --show-trace --flake .#$1 --target-host root@$1${globals.domains.internal} + nixos-rebuild boot --impure --show-trace --flake .#$1 --target-host root@$1${globals.domains.internal} echo "Done." else echo "Error: Container definition 'containers/$1.nix' not found!"