Add Minecraft server to monitoring; add cridycei user account

This commit is contained in:
2023-09-06 09:15:49 -05:00
parent af510c71e2
commit 2405b72d1b
6 changed files with 33 additions and 19 deletions

View File

@ -9,6 +9,14 @@
extraGroups = [ "wheel" "nginx" ];
packages = with pkgs; [ byobu tmux stack ];
};
torrent = { isNormalUser = true; };
cridycei = {
isNormalUser = true;
passwordFile = config.age.secrets.cridycei.path;
extraGroups = [ ];
packages = with pkgs; [ ];
};
torrent.isNormalUser = true;
};
}