Add agenix secrets management / test forgejo runner deployment
This commit is contained in:
parent
fe5c92ae8c
commit
409c65a779
6 changed files with 63 additions and 2 deletions
16
flake.nix
16
flake.nix
|
@ -111,6 +111,22 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
forgejo-runner = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
"${inputs.nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
|
||||
"${inputs.self}/services"
|
||||
{
|
||||
networking.hostName = "forgejo-runner";
|
||||
services.vm_forgejo = {
|
||||
enable = true;
|
||||
};
|
||||
services.ct = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
jellyfin = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue