some cleanup

This commit is contained in:
LunarAkai 2025-03-15 16:19:21 +01:00
commit ccac697b26
11 changed files with 22 additions and 34 deletions

View file

@ -2,8 +2,6 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
config,
lib,
pkgs,
inputs,
...
@ -65,11 +63,11 @@
# ssh agent
programs.ssh.startAgent = true;
hardware.ckb-next.enable = true;
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
};
hardware.ckb-next.enable = true;
}