From 98ef1ab27acf38631f7cd21a1374ed6737112463 Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 27 May 2025 01:32:17 +0200 Subject: [PATCH] sdr --- hosts/lilith-pc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lilith-pc/default.nix b/hosts/lilith-pc/default.nix index dd474aac..c4fca29d 100644 --- a/hosts/lilith-pc/default.nix +++ b/hosts/lilith-pc/default.nix @@ -10,6 +10,7 @@ in nfs.client.enable = true; auto_styling.enable = true; ollama.enable = true; + sdr.enable = true; hardware.opengl.extraPackages = [ pkgs.rocmPackages.clr.icd ]; hardware.graphics.extraPackages = [ pkgs.rocmPackages.clr.icd ];