aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-09-02 23:02:13 +0300
committerspl3g <spleefer6@yandex.ru>2025-09-02 23:02:13 +0300
commita528866b13391403fa916504f8274c51dcc63ecf (patch)
tree3a584710049129021eb619125d0d46adabb581a0
parentfd31a7a778274470212d6c098db8311579946d6d (diff)
feat: enable tailscale
-rw-r--r--nixos/general.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/nixos/general.nix b/nixos/general.nix
index bdb6f21..c2fb98a 100644
--- a/nixos/general.nix
+++ b/nixos/general.nix
@@ -101,6 +101,8 @@
cliPackage = pkgs.xray;
};
+ services.tailscale.enable = true;
+
fonts = {
packages = with pkgs; [
# icon fonts
@@ -128,10 +130,7 @@
emoji = [ "Noto Color Emoji" ];
};
};
- xdg.mime.defaultApplications = {
- "application/pdf" = "firefox.desktop";
- };
-
+
programs.dconf.enable = true;
i18n.defaultLocale = "en_US.UTF-8";
}