Move tailscale configuration
All checks were successful
/ check (push) Successful in 1m47s

This commit is contained in:
Oliver Davies 2025-07-29 13:19:07 +01:00
parent d5033260c9
commit f48b81ecea
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,6 @@
services = {
postgresqlBackup.enable = true;
tailscale.enable = true;
};
services.gitea-actions-runner.instances.default = {

View file

@ -25,7 +25,6 @@
power-profiles-daemon.enable = false;
printing.enable = true;
pulseaudio.enable = false;
tailscale.enable = true;
thermald.enable = true;
throttled.enable = true;
upower.enable = true;
@ -91,7 +90,6 @@
shotwell
stable.gscan2pdf
sxiv
tailscale
ttyper
xcape
xsel

3
modules2/tailscale.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.nixos.workstation.services.tailscale.enable = true;
}