feat: initial implementation of minecraft-servers

This commit is contained in:
Infinidoge 2021-10-13 00:07:19 -04:00
parent 3fa41c9f97
commit 77ef13d14e
3 changed files with 233 additions and 1 deletions

View file

@ -103,7 +103,7 @@
"PASSWORD SET IN THE FUTURE";
description = "Infinidoge";
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "minecraft" ];
shell = pkgs.zsh;
};
}