From 7b7c43c6eae85f37dea93e8f1f0bf5d1487ae951 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 26 Jan 2022 14:30:42 +0100 Subject: Update hephaestus config --- host/hephaestus.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/host/hephaestus.nix b/host/hephaestus.nix index 18bc004..1557d61 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -35,7 +35,18 @@ videoDrivers = [ "nvidia" ]; }; - hardware.nvidia.package = pkgs.linuxPackages.nvidia_x11_beta; + hardware.nvidia.package = pkgs.linuxPackages.nvidia_x11; + + hardware.bluetooth.enable = true; + services.blueman.enable = true; + + services.minidlna = { + enable = true; + mediaDirs = ["V,/mnt/share/"]; + }; + + virtualisation.lxd.enable = true; + users.users.common.extraGroups = [ "lxd" ]; networking.wireguard.interfaces = { wg0 = { -- cgit v1.2.3