Update corp to 25.11, fix split root partition

This commit is contained in:
Eli Ribble 2026-01-13 04:42:12 +00:00
parent d6fc5502f6
commit 65dd27b701
No known key found for this signature in database
7 changed files with 100 additions and 114 deletions

View file

@ -3,7 +3,11 @@
inputs = {
authentik-nix = {
url = "github:nix-community/authentik-nix";
inputs.nixpkgs.follows = "nixpkgs";
#url = "github:nix-community/authentik-nix";
# Temporary workaround for build failure
# See https://github.com/nix-community/authentik-nix/issues/83
url = "github:Pentusha/authentik-nix";
};
disko = {
inputs.nixpkgs.follows = "nixpkgs";