[nix] Enable tailscaled

This commit is contained in:
Alyxia Sother 2023-08-01 13:13:04 +02:00
parent d784ab6dd3
commit 8917a49ad7
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ in
# you'll need to enable this so nix-darwin creates a zshrc sourcing needed environment changes
programs.zsh.enable = true;
# tailscaled isn't automatically registered as a service that should run on installation.
services.tailscale.enable = true;
# Make sure to set the correct values, or everything will break! (in reality,
# it will just not build)
users.users.alyxia = {