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