mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Enable tailscaled
This commit is contained in:
parent
d784ab6dd3
commit
8917a49ad7
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue