tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
desktop: add tailscale-systray
wiro.world
3 months ago
c485272f
27a6ff3e
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
1 changed file
expand all
collapse all
unified
split
home-manager
profiles
desktop.nix
+2
home-manager/profiles/desktop.nix
···
141
141
};
142
142
143
143
programs.ssh.enableDefaultConfig = false;
144
144
+
145
145
+
services.tailscale-systray.enable = true;
144
146
};
145
147
}