mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Fix list of strings passed as flags to tailscale
This commit is contained in:
parent
c9c333bc44
commit
a7cf29c430
2 changed files with 4 additions and 2 deletions
|
|
@ -116,7 +116,8 @@
|
||||||
tailscale = {
|
tailscale = {
|
||||||
extraUpFlags = [
|
extraUpFlags = [
|
||||||
"--advertise-exit-node"
|
"--advertise-exit-node"
|
||||||
"--operator ${username}"
|
"--operator"
|
||||||
|
"${username}"
|
||||||
"--ssh"
|
"--ssh"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,8 @@
|
||||||
printing.enable = true; # Enable CUPS
|
printing.enable = true; # Enable CUPS
|
||||||
tailscale = {
|
tailscale = {
|
||||||
extraUpFlags = [
|
extraUpFlags = [
|
||||||
"--operator ${username}"
|
"--operator"
|
||||||
|
"${username}"
|
||||||
"--ssh"
|
"--ssh"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue