Disabled slskd for now; Adding Intel GPU support

This commit is contained in:
xqtc161 2024-03-06 18:07:11 +01:00
parent 4188d3f263
commit 83fa01f170

View file

@ -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.