From 83fa01f1700dac97d6665cdde128dad61926f309 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Wed, 6 Mar 2024 18:07:11 +0100 Subject: [PATCH] Disabled slskd for now; Adding Intel GPU support --- hosts/seraphim/default.nix | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/hosts/seraphim/default.nix b/hosts/seraphim/default.nix index 3c75917..c7efebe 100644 --- a/hosts/seraphim/default.nix +++ b/hosts/seraphim/default.nix @@ -2,12 +2,15 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ config, lib, pkgs, ... }: +{ config, inputs, lib, pkgs, ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ../../modules/home-manager.nix + ../../common + inputs.nixos-hardware.nixosModules.common-gpu-intel ../gc.nix ]; nixpkgs.config.allowUnfree = true; @@ -112,16 +115,16 @@ services.jellyfin.enable = true; services.jellyfin.user = "xqtc"; - services.slskd = { - enable = true; - nginx.enable = true; - nginx.domainName = "seraphim"; - settings = { - soulseek = { - username = "razorbladeramen"; - }; - }; - }; + #services.slskd = { + # enable = true; + # nginx.enable = true; + # nginx.domainName = "seraphim"; + # settings = { + # soulseek = { + # username = "razorbladeramen"; + # }; + # }; + #}; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.