New service: Forgejo
This commit is contained in:
parent
3947745bec
commit
0ba7940dba
8 changed files with 190 additions and 0 deletions
|
|
@ -256,4 +256,15 @@ in
|
|||
# specialArgs = { };
|
||||
};
|
||||
|
||||
forgejo = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
nodeBaseModules
|
||||
proxmoxModule
|
||||
./forgejo
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
# specialArgs = { };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue