tailscale modifications
This commit is contained in:
parent
8bcd4fc6b8
commit
1e1079d102
3 changed files with 10 additions and 1 deletions
|
|
@ -10,7 +10,10 @@
|
|||
services = {
|
||||
fwupd.enable = true;
|
||||
fstrim.enable = true;
|
||||
tailscale.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
extraUpFlags = [ "--operator=user" ];
|
||||
};
|
||||
openssh.enable = true;
|
||||
keyd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue