diff --git a/hosts/pn02/configuration.nix b/hosts/pn02/configuration.nix index 6408acf..71b4fc2 100644 --- a/hosts/pn02/configuration.nix +++ b/hosts/pn02/configuration.nix @@ -13,6 +13,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.blacklistedKernelModules = [ "amdgpu" ]; networking.hostName = "pn02"; networking.domain = "home.2rjus.net";