Add sezycei to nginx group; block Lobsters and HN

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

View File

@ -40,6 +40,24 @@
} }
} }
lobste.rs {
template IN A {
answer "{{ .Name }} 0 IN A 127.0.0.1"
}
}
ycombinator.com {
template IN A {
answer "{{ .Name }} 0 IN A 127.0.0.1"
}
}
*.ycombinator.com {
template IN A {
answer "{{ .Name }} 0 IN A 127.0.0.1"
}
}
. { . {
forward . 9.9.9.9 149.112.112.112 84.200.69.80 84.200.70.40 forward . 9.9.9.9 149.112.112.112 84.200.69.80 84.200.70.40
cache cache

View File

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