installed steam on horizon

This commit is contained in:
Leyla Becker 2025-04-24 19:12:26 -05:00
parent bc3efbe2cb
commit 3978d58c1a
2 changed files with 10 additions and 2 deletions

View file

@ -71,7 +71,6 @@ in {
# proprietary platforms
discord
obsidian
# steam
(lib.mkIf hardware.graphicsAcceleration.enable davinci-resolve)
# development tools

View file

@ -8,6 +8,8 @@
inputs.nixos-hardware.nixosModules.framework-11th-gen-intel
];
nixpkgs.config.allowUnfree = true;
host = {
users = {
leyla = {
@ -29,7 +31,14 @@
{})
];
programs.adb.enable = true;
programs = {
adb.enable = true;
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
};
};
sops.secrets = {
"vpn-keys/tailscale-authkey/horizon" = {