Files
nixos-servers/hosts/media1/default.nix
Torjus Håkestad 35e62dafbc media1: add NixOS media PC configuration
GMKtec G3 (Intel N100) replacing the old Ubuntu media PC on VLAN 31.
Hyprland compositor with Kodi on workspace 1 and Firefox on workspace 2,
greetd auto-login, PipeWire audio, VA-API hardware decode, and NFS
mount for media from NAS.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 19:09:23 +01:00

8 lines
80 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./media-desktop.nix
];
}