diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 13:54:58 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 13:54:58 +0100 |
commit | 9e7fbb668126fffd07a45ac8e826fecfb080fc61 (patch) | |
tree | 9812537bcac1d98cc0702906c6fe1623e068ad6d /hosts/vidhar | |
parent | a2833eed770c091d0b2f077d7533c3e263109aef (diff) | |
download | nixos-9e7fbb668126fffd07a45ac8e826fecfb080fc61.tar nixos-9e7fbb668126fffd07a45ac8e826fecfb080fc61.tar.gz nixos-9e7fbb668126fffd07a45ac8e826fecfb080fc61.tar.bz2 nixos-9e7fbb668126fffd07a45ac8e826fecfb080fc61.tar.xz nixos-9e7fbb668126fffd07a45ac8e826fecfb080fc61.zip |
vidhar: ...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index c2d3461b..fc592e58 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -293,7 +293,7 @@ | |||
293 | 293 | ||
294 | systemd.user.targets = { | 294 | systemd.user.targets = { |
295 | basic.wants = ["systemd-tmpfiles-setup.service"]; | 295 | basic.wants = ["systemd-tmpfiles-setup.service"]; |
296 | timers.wants = ["systemd-tmpfiles-clean.time"]; | 296 | timers.wants = ["systemd-tmpfiles-clean.timer"]; |
297 | }; | 297 | }; |
298 | 298 | ||
299 | environment.systemPackages = with pkgs; [iotop vmtouch]; | 299 | environment.systemPackages = with pkgs; [iotop vmtouch]; |