zenix: steam for TV, mount hdd

This commit is contained in:
tristan 2025-02-21 19:12:16 +00:00
parent 297c241458
commit 12e4057705
2 changed files with 6 additions and 1 deletions

View file

@ -57,6 +57,11 @@ in {
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/mnt/hdd" = {
device = "/dev/disk/by-uuid/50d1b0ee-9eb1-4493-acea-4e5bd4b127c8";
fsType = "ext4";
};
boot.plymouth.enable = true; boot.plymouth.enable = true;
boot.initrd.verbose = false; boot.initrd.verbose = false;
boot.consoleLogLevel = 1; boot.consoleLogLevel = 1;

View file

@ -17,7 +17,7 @@
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
gamescopeSession = { gamescopeSession = {
enable = true; enable = true;
args = ["-r" "144" "-O" "DP-1" "--rt"]; args = ["-r" "120" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync"];
}; };
}; };
programs.gamescope = { programs.gamescope = {