i dont remember what i did, flake update
This commit is contained in:
parent
5bbc58409a
commit
eff0fa6153
8 changed files with 61 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue