From 6fb2915ce6dd3b96d9b150b72c32f3d2e587f3c9 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 4 Jul 2025 19:23:46 +0200 Subject: [PATCH] feat: newsflash --- hosts/goingmerry/configuration.nix | 1 + hosts/goingmerry/hardware-configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index a8193dd..9beb269 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -154,6 +154,7 @@ mplayer mpv networkmanagerapplet + newsflash nextcloud-client nmap nodejs_22 diff --git a/hosts/goingmerry/hardware-configuration.nix b/hosts/goingmerry/hardware-configuration.nix index 3e1b7a6..0697e1b 100644 --- a/hosts/goingmerry/hardware-configuration.nix +++ b/hosts/goingmerry/hardware-configuration.nix @@ -15,6 +15,7 @@ boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "thunderbolt" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-amd"]; + boot.kernelParams = ["iommu=pt" "amd_iommu=on"]; boot.extraModulePackages = []; fileSystems."/" = {