Adding parsec & Reboot Timeout & Update

This commit is contained in:
Lyes Saadi 2024-08-20 18:17:33 +02:00
parent a1f12efb6d
commit 279e4cebd4
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 13 additions and 5 deletions

View file

@ -33,7 +33,7 @@
# Firewall
networking.firewall.allowedTCPPorts = [ 24872 8998 ];
networking.firewall.allowedUDPPorts = [ 24872 8998 ];
#networking.firewall.enable = false;
# networking.firewall.enable = false;
# Network services
#services.openssh.enable = true;

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
# OS Configuration
@ -12,6 +12,11 @@
zramSwap.enable = true;
# Reboot Timeout
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
# Firmware
services.fwupd.enable = true;
services.fprintd.enable = true;

View file

@ -84,6 +84,7 @@ in {
vvvvvv
ryujinx
dolphin-emu
parsec-bin
# Nix
home-manager