Server/minecraft: format file
This commit is contained in:
parent
bdf8140765
commit
dc9cc8b6fa
1 changed files with 9 additions and 4 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{pkgs, lib, ...}: {
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"minecraft-server"
|
||||
];
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"minecraft-server"
|
||||
];
|
||||
|
||||
users.users.toast.extraGroups = ["minecraft"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue