refactor: move password secrets to subdir
This commit is contained in:
parent
7b615ff2d6
commit
9628ebc29c
4 changed files with 12 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue