From a528866b13391403fa916504f8274c51dcc63ecf Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 2 Sep 2025 23:02:13 +0300 Subject: feat: enable tailscale --- nixos/general.nix | 7 +++---- 1 file 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"; } -- cgit v1.2.3