mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add tailscale routing settings
This commit is contained in:
parent
82aec6fe45
commit
d69aaa4d0b
3 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
"${username}"
|
||||
"--ssh"
|
||||
];
|
||||
useRoutingFeatures = "both";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@
|
|||
"${username}"
|
||||
"--ssh"
|
||||
];
|
||||
useRoutingFeatures = "both";
|
||||
};
|
||||
zfs.autoScrub.enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@
|
|||
"${username}"
|
||||
"--ssh"
|
||||
];
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
xserver = {
|
||||
enable = true; # Enable the X11 windowing system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue