diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-05 15:18:53 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-05 15:18:53 -0600 |
| commit | 09392a15df8dad0fdf9049749918af94f1206c0f (patch) | |
| tree | 8d25e75e7e7d0a6ae8be34ab76f1093a93e3cb89 /modules/nixos/environment.nix | |
| parent | 9e1534000eb3ea9f993e33e1ba12a933c029cf34 (diff) | |
| parent | 82a1220a1d603e6f0beab8622da9ae23a882d719 (diff) | |
merge fix
Diffstat (limited to 'modules/nixos/environment.nix')
| -rw-r--r-- | modules/nixos/environment.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/nixos/environment.nix b/modules/nixos/environment.nix index d76fcbc..52aaae9 100644 --- a/modules/nixos/environment.nix +++ b/modules/nixos/environment.nix @@ -6,7 +6,8 @@ # $ nix search wget sessionVariables = { NIXOS_OZONE_WL = "1"; - NIXPKGS_ALLOW_INSECURE="1"; + NIXPKGS_ALLOW_INSECURE = "1"; + RADV_PERFTEST = "rt"; }; variables = { # PATH = "/home/defin/.local/share/gem/ruby/3.0.0/bin:"; |
