fixed tailscale
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user