diff options
author | Karel Kočí <cynerd@email.cz> | 2022-06-13 17:12:45 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-06-13 17:12:45 +0200 |
commit | 0719670abd747e1bfecf89353fed01f25b0af296 (patch) | |
tree | 63c89dd11dd62cf5f476b99e6551c22933acbbd2 /nixos/machine | |
parent | 15bd5a0e017bb1635ca82e013bf6c3d070b37572 (diff) | |
download | nixos-personal-0719670abd747e1bfecf89353fed01f25b0af296.tar.gz nixos-personal-0719670abd747e1bfecf89353fed01f25b0af296.tar.bz2 nixos-personal-0719670abd747e1bfecf89353fed01f25b0af296.zip |
nixos/modules: add gaming
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/binky.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/machine/binky.nix b/nixos/machine/binky.nix index 26ffe1d..595a21d 100644 --- a/nixos/machine/binky.nix +++ b/nixos/machine/binky.nix @@ -58,6 +58,8 @@ with lib; config = "config /run/secrets/old.ovpn"; }; + cynerd.gaming = true; + }; } |