mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
tailscale
This commit is contained in:
parent
f475226aad
commit
55eb3b5290
1 changed files with 6 additions and 3 deletions
|
|
@ -41,7 +41,7 @@
|
|||
# keyMap = "us";
|
||||
# useXkbConfig = true; # use xkb.options in tty.
|
||||
# };
|
||||
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
|
|
@ -86,10 +86,13 @@
|
|||
git
|
||||
vim
|
||||
wget
|
||||
|
||||
];
|
||||
|
||||
|
||||
|
||||
# my additions
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale.routing = true;
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue