diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-04-13 13:32:53 +0300 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-04-13 13:32:53 +0300 |
commit | b487953311497ac2544b16d2277f580159fedce7 (patch) | |
tree | 325327b6eb6042ea0a05db66b4a68721e75e253c /nixos/configuration.nix | |
parent | afc232ca26d4b4abb349935793e24fcc3f075e56 (diff) | |
download | nixos-configuration-b487953311497ac2544b16d2277f580159fedce7.tar.gz nixos-configuration-b487953311497ac2544b16d2277f580159fedce7.tar.bz2 nixos-configuration-b487953311497ac2544b16d2277f580159fedce7.zip |
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index dee7d5b..ac87ce1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -12,7 +12,7 @@ #./dwm ./spec.nix ./hardware-configuration.nix - ./custom-hosts.nix + #./custom-hosts.nix ]; # Virtual cam settings: see https://wiki.nixos.org/wiki/OBS_Studio#Using_the_Virtual_Camera environment.sessionVariables = { @@ -23,6 +23,10 @@ NIXOS_OZONE_WL = "1"; # GTK_IM_MODULE = lib.mkForce ""; }; + /*services.jellyfin = { + enable = true; + openFirewall = true; + };*/ services.keyd = { enable = true; keyboards = { @@ -156,6 +160,7 @@ nixpkgs = { overlays = [ ]; config = { + cudaSupport = true; allowUnfree = true; permittedInsecurePackages = [ "dotnet-core-combined" ]; }; |