mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
wsl tailscale off
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
# Base
|
||||
curl
|
||||
efibootmgr
|
||||
# efibootmgr
|
||||
fd
|
||||
fdupes
|
||||
fzf
|
||||
@@ -33,8 +33,8 @@
|
||||
lsof
|
||||
mc
|
||||
pciutils
|
||||
rsync
|
||||
usbutils
|
||||
rsync
|
||||
wget
|
||||
|
||||
# Monitoring
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
}:
|
||||
{
|
||||
services = {
|
||||
tailscale.enable = true;
|
||||
tailscale.enable = !(config.wsl.enable or false); # true, if not wsl
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user