dregil: Enable tailscale

This commit is contained in:
Alexander Kobjolke 2024-11-30 22:14:42 +01:00
parent e3c1e4991d
commit 9ffbe2ba40
2 changed files with 8 additions and 0 deletions

View file

@ -22,5 +22,6 @@
../../home/anne/default.nix ../../home/anne/default.nix
../../home/alex/default.nix ../../home/alex/default.nix
../../modules/podman ../../modules/podman
../../modules/tailscale
]; ];
} }

View file

@ -0,0 +1,7 @@
{
...
}:
{
config.services.tailscale.enable = true;
}