retroarch
CI / lint (push) Successful in 1m21s
CI / eval (push) Failing after 2m29s

This commit is contained in:
Miguel Palhas
2026-07-06 16:28:40 +01:00
parent eea9bdb095
commit 3c7a65b190
7 changed files with 211 additions and 1 deletions
+11
View File
@@ -19,11 +19,22 @@
../common/features/wine.nix
../common/features/gaming
../common/features/appimage.nix
../common/features/smb-mounts.nix
../common/features/home
];
networking.hostName = "konishi";
# NAS media share — reachable only over the wg-home VPN. Lazy automount, so it
# never blocks boot and (re)mounts on first access once the VPN is up.
custom.smbMounts = [
{
server = "10.6.10.45";
share = "media";
mountPoint = "/mnt/media";
}
];
# Arm Wake-on-LAN (magic packet) on the Intel igc NIC and re-apply it on every
# boot — the driver resets WoL state otherwise. Lets Moonlight wake this box
# from suspend to stream. NOTE: also needs "Wake on LAN" enabled in BIOS (and