nixos-config

NixOS configs for my systems
Log | Files | Refs

commit c4b9c9c19e896d595a3fc6edad7ff6397ee9ef2f
parent 8a6e2aad8c12b3e1832e0837010a2499653b2a76
Author: vin <vin@vineetk.net>
Date:   Fri,  7 Mar 2025 19:00:08 -0500

demiurge: enable sonarr

Diffstat:
Mhosts/demiurge/default.nix | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix @@ -112,6 +112,12 @@ "steam-unwrapped" ]; + # selectively allow insecure packages + nixpkgs.config.permittedInsecurePackages = [ + "dotnet-sdk-6.0.428" + "aspnetcore-runtime-6.0.36" + ]; + # default packages for both me and root environment = { systemPackages = with pkgs; [ @@ -228,6 +234,11 @@ FQsOJMjIvhTm2IiOS8xIaZz7EJORxFjtOkLEIGGZBNK6QcnD714/nYbHSrQx4eNM openFirewall = true; }; + sonarr = { + enable = true; + openFirewall = true; + }; + # graphical input libinput = { enable = true;