nixos-conf/hosts/x86_64-linux/gaming.nix

18 lines
371 B
Nix
Raw Normal View History

{ ... }:
{
2025-07-12 03:52:35 +03:00
imports = [ ../../disko/zfs-impermanence.nix ];
custom = {
2025-07-06 03:22:09 +03:00
platform = {
impermanence.enable = true;
vm.enable = true;
};
hardware.nvidia.enable = true;
roles.desktop.enable = true;
programs.i3.enable = true;
services.gamingServer.enable = true;
};
networking.hostId = "48434cbd";
system.stateVersion = "25.05";
}