mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -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 = {
|
||||
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