diff --git a/hosts/gaming/configuration.nix b/hosts/gaming/configuration.nix index 1d44bc9..ae2a04b 100644 --- a/hosts/gaming/configuration.nix +++ b/hosts/gaming/configuration.nix @@ -1,5 +1,10 @@ -{ lib, ... }: +{ config, lib, ... }: { + services.clatd = { + enable = true; + settings.clat-v6-addr = "${config.custom.gua_pref}11::c1"; + }; + imports = [ ../../shared/base.nix ../../shared/hardware/nvidia.nix