refactor: move password secrets to subdir

This commit is contained in:
Mohammad Rafiq 2025-04-06 16:19:29 +08:00
parent 7b615ff2d6
commit 9628ebc29c
No known key found for this signature in database
4 changed files with 12 additions and 14 deletions

View file

@ -63,8 +63,10 @@
];
interfaces.enp12s0.wakeOnLan.enable = true;
};
services.openssh.enable = true;
services.openssh.settings.PrintMotd = true;
services.openssh = {
enable = true;
settings.PrintMotd = true;
};
services.tailscale = {
enable = true;
authKeyFile = config.sops.secrets.ts_auth_key.path;