ergo
This commit is contained in:
parent
8e0385b2d6
commit
5747872651
5 changed files with 153 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
};
|
||||
|
||||
|
|
@ -31,6 +31,7 @@ outputs = { self, nixpkgs, ... }@inputs:
|
|||
homelab = nixos-vma ./vm-homelab.nix;
|
||||
metrics = nixos-lxc ./lxc-metrics.nix;
|
||||
forge-runner = nixos-lxc ./lxc-forge-runner.nix;
|
||||
ergo = nixos-lxc ./lxc-ergo.nix;
|
||||
};
|
||||
|
||||
packages.${system} = {
|
||||
|
|
@ -38,6 +39,7 @@ outputs = { self, nixpkgs, ... }@inputs:
|
|||
homelab = image "homelab";
|
||||
metrics = lxc "metrics";
|
||||
forge-runner = lxc "forge-runner";
|
||||
ergo = lxc "ergo";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue