This commit is contained in:
parent
25218cc404
commit
1f79ed5a02
2 changed files with 0 additions and 21 deletions
20
flake.nix
20
flake.nix
|
@ -57,9 +57,6 @@
|
|||
inherit system;
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
{
|
||||
age.secrets.initialPassword.file = ./secrets/initialPassword.age;
|
||||
}
|
||||
"${inputs.nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
|
||||
"${inputs.self}/services"
|
||||
{
|
||||
|
@ -73,23 +70,6 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
forgejo-runner = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
"${inputs.nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
|
||||
"${inputs.self}/services"
|
||||
{
|
||||
networking.hostName = "forgejo-runner";
|
||||
services.vm_forgejo = {
|
||||
enable = true;
|
||||
};
|
||||
services.lxc = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
jellyfin = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue