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