ajout serveur Minecraft

This commit is contained in:
nyanloutre 2019-10-04 22:31:43 +02:00
parent 1b16b40a79
commit 4ee31add54
2 changed files with 25 additions and 1 deletions

View file

@ -33,7 +33,7 @@ in
];
nixpkgs.config.allowUnfree = false;
nixpkgs.config.allowUnfreePredicate = (pkg: builtins.elem (builtins.parseDrvName pkg.name).name [ "factorio-headless" "perl5.28.1-slimserver" ]);
nixpkgs.config.allowUnfreePredicate = (pkg: builtins.elem (builtins.parseDrvName pkg.name).name [ "factorio-headless" "perl5.28.1-slimserver" "minecraft-server" ]);
services.zfs = {
autoSnapshot.enable = true;