Update corp to 25.11, fix split root partition
This commit is contained in:
parent
d6fc5502f6
commit
65dd27b701
7 changed files with 100 additions and 114 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue