tailscale: add ssh module
oops i can make this declarative
This commit is contained in:
parent
39bb8c4647
commit
1f48073c50
4 changed files with 7 additions and 2 deletions
5
modules/nixos/services/tailscale/default.nix
Executable file
5
modules/nixos/services/tailscale/default.nix
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
5
modules/nixos/services/tailscale/ssh.nix
Normal file
5
modules/nixos/services/tailscale/ssh.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.tailscale.extraUpFlags = [ "--ssh" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue