i dont remember what i did, flake update

This commit is contained in:
tulg 2026-02-08 13:08:15 +03:00
parent 5bbc58409a
commit eff0fa6153
8 changed files with 61 additions and 46 deletions

View file

@ -4,19 +4,23 @@
programs.thunar.enable = true;
programs.xfconf.enable = true;
services.displayManager.ly.enable = true;
services.avahi = {
# so host.local works
enable = true;
nssmdns4 = true;
};
systemd.services.tailscaled.after = ["network-online.target"];
systemd.services.tailscaled.wants = ["network-online.target"];
services.tailscale = {
enable = true;
openFirewall = true;
extraSetFlags = [
"--exit-node=poggerer"
"--accept-routes=false"
"--accept-dns=false"
];
useRoutingFeatures = "both";
useRoutingFeatures = "client";
# interfaceName = "userspace-networking";
};
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
programs.thunar.plugins = with pkgs; [
thunar-archive-plugin