mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more refactoring
This commit is contained in:
parent
dcc640bd56
commit
ed7afeba43
20 changed files with 222 additions and 136 deletions
5
shared/client/tailscale.nix
Normal file
5
shared/client/tailscale.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue