WIP: Firefly-iii. Missing auth with Authentik
This commit is contained in:
parent
8174cc5756
commit
952a3da61d
9 changed files with 252 additions and 0 deletions
|
|
@ -233,6 +233,16 @@ in
|
|||
# specialArgs = { };
|
||||
};
|
||||
|
||||
firefly-iii = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
myModules
|
||||
proxmoxModule
|
||||
./firefly-iii
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
# specialArgs = { };
|
||||
};
|
||||
|
||||
open-webui = nixpkgs-unstable.lib.nixosSystem {
|
||||
pkgs = pkgs-unstable "x86_64-linux";
|
||||
|
|
@ -255,4 +265,5 @@ in
|
|||
];
|
||||
# specialArgs = { };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue