Add CLAT to gaming for steam to work
This commit is contained in:
parent
86c8f8d98a
commit
226052c382
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
{ lib, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
|
services.clatd = {
|
||||||
|
enable = true;
|
||||||
|
settings.clat-v6-addr = "${config.custom.gua_pref}11::c1";
|
||||||
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../shared/base.nix
|
../../shared/base.nix
|
||||||
../../shared/hardware/nvidia.nix
|
../../shared/hardware/nvidia.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue