Fix list of strings passed as flags to tailscale

This commit is contained in:
Gene Liverman 2024-01-01 10:52:42 -05:00
parent c9c333bc44
commit a7cf29c430
2 changed files with 4 additions and 2 deletions

View file

@ -64,7 +64,8 @@
printing.enable = true; # Enable CUPS
tailscale = {
extraUpFlags = [
"--operator ${username}"
"--operator"
"${username}"
"--ssh"
];
};