mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-20 17:14:41 +04:00
feat: move to own dns
This commit is contained in:
parent
96e942d8ac
commit
eaccf45596
15 changed files with 138 additions and 202 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue