tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
chore: take advantage of tailnet in justfile
wiro.world
4 months ago
f6fbe659
a805ac62
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
-2
1 changed file
expand all
collapse all
unified
split
Justfile
+2
-2
Justfile
···
21
21
home-switch profile *args:
22
22
home-manager switch --show-trace --flake .#{{profile}} {{args}}
23
23
24
24
-
switch-target profile host *args:
24
24
+
switch-target host *args:
25
25
nixos-rebuild switch \
26
26
-
--flake .#{{profile}} \
26
26
+
--flake .#{{host}} \
27
27
--target-host {{host}} \
28
28
--use-remote-sudo {{args}}