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
@@ -20,11 +20,22 @@
../common/features/nix-ld.nix
../common/features/bluetooth.nix
../common/features/ledger.nix
../common/features/smb-mounts.nix
../common/features/home
];
networking.hostName = "arrakis";
# 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";
}
];
boot.kernelParams = [
"i915=force_probe=46a6"
"i915.enable_psr=0"