nixos/systems/gerg-desktop/containers/default.nix
Gerg-L ae070d84f9 disabled nextcloud and gitea
fixed minecraft service not stopping
2023-04-09 19:01:28 -04:00

6 lines
105 B
Nix

inputs: {
imports = [
(import ./minecraft.nix inputs)
# (import ./website.nix inputs)
];
}