diff --git a/nixos/common/desktop/home.nix b/nixos/common/desktop/home.nix index 0a62c89..c63088a 100644 --- a/nixos/common/desktop/home.nix +++ b/nixos/common/desktop/home.nix @@ -33,6 +33,7 @@ in nixpkgs-review plex-media-player plexamp + spotify qmk rustup solo2-cli diff --git a/nixos/hosts/olympus/dhcp/configuration.nix b/nixos/hosts/olympus/dhcp/configuration.nix index 30aab23..0503693 100644 --- a/nixos/hosts/olympus/dhcp/configuration.nix +++ b/nixos/hosts/olympus/dhcp/configuration.nix @@ -34,11 +34,11 @@ in networking.firewall.allowedUDPPorts = [ 67 ]; - services.prometheus.exporters.kea = { - enable = true; - openFirewall = true; - controlSocketPaths = [ "/run/kea/kea-dhcp4.socket" ]; - }; + # services.prometheus.exporters.kea = { + # enable = true; + # openFirewall = true; + # controlSocketPaths = [ "/run/kea/kea-dhcp4.socket" ]; + # }; services.kea.dhcp4 = { enable = true; @@ -50,10 +50,11 @@ in interfaces-config.interfaces = [ "eth0" ]; - control-socket = { - socket-type = "unix"; - socket-name = "/run/kea/kea-dhcp4.socket"; - }; + # control-socket = { + # socket-type = "unix"; + # socket-name = "/run/kea/kea-dhcp4.socket"; + # }; + # failed to initialize Kea server: configuration error using file '/etc/kea/dhcp4-server.conf': cannot create socket lockfile, /run/kea/kea-dhcp4.socket.lock, : No such file or directory lease-database = { name = "/var/lib/kea/dhcp4.leases"; diff --git a/nixos/hosts/olympus/eevee/configuration.nix b/nixos/hosts/olympus/eevee/configuration.nix index 4098717..26a0bfd 100644 --- a/nixos/hosts/olympus/eevee/configuration.nix +++ b/nixos/hosts/olympus/eevee/configuration.nix @@ -40,22 +40,6 @@ environment.sessionVariables.NIXOS_OZONE_WL = "1"; - - # services.kubo = { - # enable = true; - # enableGC = true; - # # autoMount = true; - # settings = { - # Addresses.API = "/ip4/127.0.0.1/tcp/2324"; - # Routing = { - # AcceleratedDHTClient = true; - # }; - # Experimental = { - # FilestoreEnabled = true; - # }; - # }; - # }; - home-manager = { users.victor = import ./home; }; diff --git a/nixos/hosts/olympus/eevee/hardware.nix b/nixos/hosts/olympus/eevee/hardware.nix index 422c10a..e573137 100644 --- a/nixos/hosts/olympus/eevee/hardware.nix +++ b/nixos/hosts/olympus/eevee/hardware.nix @@ -2,13 +2,14 @@ hardware = { enableAllFirmware = true; nvidia = { - package = config.boot.kernelPackages.nvidiaPackages.stable; + # package = config.boot.kernelPackages.nvidiaPackages.stable; # Open drivers cause gdm to crash # open = true; # nvidia-drm.modeset=1 modesetting.enable = true; + powerManagement.enable = false; }; # Hardware acceleration @@ -17,6 +18,7 @@ # Vulkan driSupport = true; + driSupport32Bit = true; }; logitech.wireless = {