Add sezycei to nginx group; block Lobsters and HN

This commit is contained in:
2023-07-25 11:58:14 -05:00
parent c300f0ba94
commit af510c71e2
2 changed files with 19 additions and 1 deletions

View File

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