feat: move to own dns

This commit is contained in:
kp2pml30 2026-02-17 19:56:50 +09:00
parent 96e942d8ac
commit eaccf45596
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
15 changed files with 138 additions and 202 deletions

View file

@ -40,10 +40,14 @@ in {
./nix-cache.nix
./xray.nix
./secrets.nix
./firewall.nix
];
config = {
security.pam.enableSSHAgentAuth = true;
users.groups.certreaders = {};
users.users.nginx.extraGroups = [ "certreaders" ];
security.pam.sshAgentAuth.enable = true;
users.users."${cfg.username}" = {
isNormalUser = true;