diff --git a/.envrc b/.envrc index ddaf6a2..8f72de6 100644 --- a/.envrc +++ b/.envrc @@ -2,4 +2,4 @@ export DIRENV_WARN_TIMEOUT=20s # eval "$(devenv direnvrc)" -use flake . --no-pure-eval +# use flake . --no-pure-eval diff --git a/flake.lock b/flake.lock index 76a3690..5307a23 100644 --- a/flake.lock +++ b/flake.lock @@ -54,16 +54,16 @@ "uv2nix": "uv2nix" }, "locked": { - "lastModified": 1776085803, - "narHash": "sha256-JvvWVbXJYSY8qOReMbAOD4lxcN2cjKV6lg/jLz8CEuY=", + "lastModified": 1778768653, + "narHash": "sha256-cPvRrhNhKk88iCaZYahNOYciCbnRONfMtwGiuW7axKQ=", "owner": "nix-community", "repo": "authentik-nix", - "rev": "4370b561c8bafb59773ce3a518506bcf1161dbdb", + "rev": "646a0fdaca63006b306578f8decfa7c5762a39f4", "type": "github" }, "original": { "owner": "nix-community", - "ref": "version/2026.2.2", + "ref": "version/2026.2.3", "repo": "authentik-nix", "type": "github" } @@ -71,16 +71,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1775573258, - "narHash": "sha256-Xq7JGI/8ppIydIuWd9KRJKUrh7UpeniwvZ4NAtXbYJ4=", + "lastModified": 1778615640, + "narHash": "sha256-tTBGwajdtEPuk36va5HgnnqR8sTuSwIt/c48bIinRlA=", "owner": "goauthentik", "repo": "authentik", - "rev": "5249546862986202b901c2afd860992ec48c6ef6", + "rev": "095e2897d52397962d153be2d689cedcdb71906c", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2026.2.2", + "ref": "version/2026.2.3", "repo": "authentik", "type": "github" } @@ -151,11 +151,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1779899848, - "narHash": "sha256-Rch5lM6yNoKUjsPd0jb4db3XCm0Q5PZ+eNsgnYKOlBQ=", + "lastModified": 1779931123, + "narHash": "sha256-ZJ855S3iWO6FkGQjmzR+kToGVBEJrm7NQG6/PEovTvs=", "owner": "cachix", "repo": "devenv", - "rev": "7c4c690d5aa3cb94a9cb7bd7172f8739c408a343", + "rev": "40574661afa960888226da4d122a74132fb36835", "type": "github" }, "original": { @@ -243,11 +243,11 @@ ] }, "locked": { - "lastModified": 1736143030, - "narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=", + "lastModified": 1778716662, + "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de", + "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb", "type": "github" }, "original": { @@ -510,11 +510,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1779560665, - "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", + "lastModified": 1771848320, + "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", "type": "github" }, "original": { @@ -706,11 +706,11 @@ "systems": "systems_4" }, "locked": { - "lastModified": 1773700838, - "narHash": "sha256-6KFxpxyXjcqhOexc7ZeaXVWdDtGb6zO8HtjBEci9DfU=", + "lastModified": 1779965098, + "narHash": "sha256-Jh0Zk+g0pEbNopADEtqvrnhrl83rlNFHpn3Zhz4s+VM=", "owner": "terranix", "repo": "terranix", - "rev": "306ce146bf0324dc3b3c45c095036b6f0e26bf35", + "rev": "36ed5bdee452978d0e9c4450de872483ab541006", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7f79ec9..8a05e40 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; authentik-nix = { - url = "github:nix-community/authentik-nix/version/2026.2.2"; + url = "github:nix-community/authentik-nix/version/2026.2.3"; # inputs.nixpkgs.follows = "nixpkgs"; }; agenix = { @@ -156,7 +156,7 @@ IP_SUFFIX=$((CONTID - 1000)) # TODO Verify mapping exists... echo "Redeploying LXC on container '$1' ('$CONTID')" - nixos-rebuild boot --impure --show-trace --flake .#$1 --target-host root@$1${globals.domains.internal} + nixos-rebuild switch --impure --show-trace --flake .#$1 --target-host root@$1${globals.domains.internal} echo "Done." else echo "Error: Container definition 'containers/$1.nix' not found!"