Compare commits

..

4 commits

Author SHA1 Message Date
Lillian Violet 9236fcf2fc Add ports open for fcast 2024-12-01 01:40:52 +00:00
Lillian Violet 965fbba1eb renamed apparently 2024-12-01 01:42:34 +01:00
Lillian Violet ba59542e97 add and enable avahi 2024-12-01 01:40:11 +01:00
Lillian Violet db3d17f176 add fcast stuff to shodan 2024-12-01 01:02:32 +01:00
3 changed files with 27 additions and 0 deletions

View file

@ -56,6 +56,8 @@
freetube freetube
obs-studio obs-studio
vlc vlc
fcast-receiver
fcast-client
# System tools: # System tools:
rage rage

View file

@ -105,6 +105,7 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ 46899 46898 ];
programs.steam = { programs.steam = {
enable = true; enable = true;
@ -170,6 +171,18 @@
dockerCompat = true; dockerCompat = true;
}; };
services.avahi = {
nssmdns4 = true;
enable = true;
ipv4 = true;
ipv6 = true;
publish = {
enable = true;
addresses = true;
workstation = true;
};
};
security.tpm2.enable = true; security.tpm2.enable = true;
security.tpm2.pkcs11.enable = true; # expose /run/current-system/sw/lib/libtpm2_pkcs11.so security.tpm2.pkcs11.enable = true; # expose /run/current-system/sw/lib/libtpm2_pkcs11.so
security.tpm2.tctiEnvironment.enable = true; # TPM2TOOLS_TCTI and TPM2_PKCS11_TCTI env variables security.tpm2.tctiEnvironment.enable = true; # TPM2TOOLS_TCTI and TPM2_PKCS11_TCTI env variables

View file

@ -124,6 +124,18 @@
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;
services.avahi = {
nssmdns4 = true;
enable = true;
ipv4 = true;
ipv6 = true;
publish = {
enable = true;
addresses = true;
workstation = true;
};
};
services.displayManager.defaultSession = "plasma"; services.displayManager.defaultSession = "plasma";
services.displayManager.sddm.wayland.enable = lib.mkForce true; services.displayManager.sddm.wayland.enable = lib.mkForce true;
services.displayManager.sddm.settings = { services.displayManager.sddm.settings = {