fixed tailscale

This commit is contained in:
yaroslav
2026-03-16 22:33:44 +03:00
parent 085c818e94
commit 5f927fe155
8 changed files with 356 additions and 108 deletions
+7
View File
@@ -9,6 +9,12 @@ let
ref = ref;
};
};
kostek001-pkgs = {
url = "github:kostek001/pkgs";
# Only if using nixpkgs-unstable
inputs.nixpkgs.follows = "nixpkgs";
};
in
{
@@ -80,6 +86,7 @@ in
p7zip
playerctl
pywal16
pywalfox-native
qmk
inetutils
lsof
+4
View File
@@ -25,7 +25,11 @@
# teamspeak3
thunderbird
prismlauncher
kdePackages.dolphin
kdePackages.kcalc
kdePackages.kio # needed since 25.11
kdePackages.kio-fuse #to mount remote filesystems via FUSE
kdePackages.kio-extras #extra protocols support (sftp, fish and more)
krita
nextcloud-client
nicotine-plus
+2 -1
View File
@@ -1,7 +1,8 @@
{ config, lib, ... }:
{ config, pkgs, lib, ... }:
{
programs.steam = {
enable = true;
package = pkgs.millennium-steam;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers