summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-03-07 19:00:08 -0500
committervin <vin@vineetk.net>2025-03-07 19:00:08 -0500
commitc4b9c9c19e896d595a3fc6edad7ff6397ee9ef2f (patch)
treeb1c4972ed0a3c6267adb5843d819a47edccf9172 /hosts
parent8a6e2aad8c12b3e1832e0837010a2499653b2a76 (diff)
demiurge: enable sonarr
Diffstat (limited to 'hosts')
-rw-r--r--hosts/demiurge/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
index e66462c..e775514 100644
--- a/hosts/demiurge/default.nix
+++ b/hosts/demiurge/default.nix
@@ -112,6 +112,12 @@
112 "steam-unwrapped" 112 "steam-unwrapped"
113 ]; 113 ];
114 114
115 # selectively allow insecure packages
116 nixpkgs.config.permittedInsecurePackages = [
117 "dotnet-sdk-6.0.428"
118 "aspnetcore-runtime-6.0.36"
119 ];
120
115 # default packages for both me and root 121 # default packages for both me and root
116 environment = { 122 environment = {
117 systemPackages = with pkgs; [ 123 systemPackages = with pkgs; [
@@ -228,6 +234,11 @@ FQsOJMjIvhTm2IiOS8xIaZz7EJORxFjtOkLEIGGZBNK6QcnD714/nYbHSrQx4eNM
228 openFirewall = true; 234 openFirewall = true;
229 }; 235 };
230 236
237 sonarr = {
238 enable = true;
239 openFirewall = true;
240 };
241
231 # graphical input 242 # graphical input
232 libinput = { 243 libinput = {
233 enable = true; 244 enable = true;