GPU Passthrough for plex

This commit is contained in:
Random936
2024-09-17 22:56:37 -07:00
parent 50d2054bf2
commit 8cefe48157
4 changed files with 32 additions and 15 deletions

View File

@@ -3,9 +3,8 @@
imports = [ ./shared.nix ];
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "24.05";
}