Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot
This commit is contained in:
parent
0ab856b18e
commit
b3ba7481d8
107 changed files with 437 additions and 696 deletions
|
@ -3,17 +3,13 @@
|
|||
imports = [
|
||||
./common
|
||||
./servers
|
||||
minecraft.nixosModules.minecraft-servers
|
||||
];
|
||||
|
||||
config = lib.mkIf config.services.minecraft-servers.enable {
|
||||
nixpkgs = {
|
||||
overlays = [ minecraft.overlay ];
|
||||
allowUnfreePackages = [ "minecraft-server" ];
|
||||
};
|
||||
|
||||
services.minecraft-servers.eula = true;
|
||||
|
||||
nixpkgs.allowUnfreePackages = [ "minecraft-server" ];
|
||||
|
||||
environment.persistence."/persist".directories = [ "/srv/minecraft" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue