Add Minecraft server to monitoring; add cridycei user account
This commit is contained in:
@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user