mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Adjust tailscale settings, enable fwupd
This commit is contained in:
parent
acb584861b
commit
bd8da03c67
2 changed files with 9 additions and 0 deletions
|
|
@ -73,6 +73,13 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
openssh.enable = true;
|
||||
tailscale = {
|
||||
extraUpFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--operator ${username}"
|
||||
"--ssh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
users.users.${username} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue