diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-24 21:39:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-24 21:39:52 +0200 |
commit | 676df647678c193fc25ed935c98629088bc71b41 (patch) | |
tree | 95479e3c2daa7c9d87487a9adb33f7030584ed82 /accounts/gkleen@sif/default.nix | |
parent | 89b961f9574324ddbd09d588da05d6a00aac3fcf (diff) | |
download | nixos-676df647678c193fc25ed935c98629088bc71b41.tar nixos-676df647678c193fc25ed935c98629088bc71b41.tar.gz nixos-676df647678c193fc25ed935c98629088bc71b41.tar.bz2 nixos-676df647678c193fc25ed935c98629088bc71b41.tar.xz nixos-676df647678c193fc25ed935c98629088bc71b41.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 051427bd..ac520249 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -691,7 +691,7 @@ in { | |||
691 | exec -- \ | 691 | exec -- \ |
692 | ${lib.getExe' config.systemd.package "systemd-run"} --wait --user --slice-inherit \ | 692 | ${lib.getExe' config.systemd.package "systemd-run"} --wait --user --slice-inherit \ |
693 | --property 'CPUAccounting=yes' --property 'CPUQuotaPeriodSec=50ms' \ | 693 | --property 'CPUAccounting=yes' --property 'CPUQuotaPeriodSec=50ms' \ |
694 | --property 'Environment=DSCP=46' \ | 694 | -E DSCP=46 -E NIXOS_OZONE_WL \ |
695 | -- ${lib.getExe pkgs.dscp} ${lib.getExe' pkgs.google-chrome "google-chrome-stable"} \ | 695 | -- ${lib.getExe pkgs.dscp} ${lib.getExe' pkgs.google-chrome "google-chrome-stable"} \ |
696 | --class=Rainbow \ | 696 | --class=Rainbow \ |
697 | --app="https://web.openrainbow.com" \ | 697 | --app="https://web.openrainbow.com" \ |