tailscale

This commit is contained in:
tulg 2026-01-13 20:39:56 +03:00
parent b813ad2f36
commit f0eea71c6b
4 changed files with 7 additions and 4 deletions

View file

@ -24,6 +24,7 @@
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal
];
};
}

View file

@ -49,8 +49,6 @@
};
};
targets.nixvim.enable = false;
targets.qt.enable = true;
# targets.rofi.enable = false;
# image = ../../assets/Shogoki.png;

View file

@ -9,8 +9,12 @@
enable = true;
nssmdns4 = true;
};
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
programs.thunar.plugins = with pkgs.xfce; [
programs.thunar.plugins = with pkgs; [
thunar-archive-plugin
thunar-volman
];