This commit is contained in:
Hadi
2024-06-20 11:24:41 +02:00
parent b90999d5b6
commit 73ac8d8188
7 changed files with 33 additions and 29 deletions

View File

@@ -47,6 +47,7 @@
};
services = {
tailscale.enable = config.var.tailscale;
xserver = {
enable = true;
xkb.layout = config.var.keyboardLayout;

View File

@@ -1,6 +1,6 @@
{
{ config, ... }: {
services.tailscale = {
enable = true;
enable = config.var.tailscale;
useRoutingFeatures = "both";
authKeyFile = "/etc/tailscale/authKey";
openFirewall = true;

View File

@@ -14,6 +14,7 @@
../modules/server/adguard.nix
../modules/server/ntfy-sh.nix
../modules/server/tailscale.nix
../modules/server/kuma.nix
# ../modules/server/unifi.nix # FIXME: unifi5 is deprecated
];

View File

@@ -24,6 +24,7 @@
autoGarbageCollector = false;
sops = true;
obsidian = false;
tailscale = true;
theme = import ../themes/jack.nix; # select your theme here
};