feat(modules/networking): enable ssh
This commit is contained in:
parent
343dd8fffc
commit
cbd59b8d35
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
||||||
networking.hostName = config.system.hostname;
|
networking.hostName = config.system.hostname;
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
PrintMotd = true;};
|
||||||
|
};
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
authKeyFile = config.sops.secrets."keys/tailscale".path;};
|
authKeyFile = config.sops.secrets."keys/tailscale".path;};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue