diff options
author | lassulus <lassulus@lassul.us> | 2022-11-17 12:59:44 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-11-17 12:59:44 +0100 |
commit | 3d87ba04777bd92fac8894af385ab5120c081408 (patch) | |
tree | d737d1d2f4e2fec2b02ad7ae31c54f57d54f5dc9 /lass/1systems/yellow/config.nix | |
parent | 417439de5c5a7e455f977a50276821bbfa3fa65b (diff) |
l yellow.r: inotifyTools -> inotify-tools
Diffstat (limited to 'lass/1systems/yellow/config.nix')
-rw-r--r-- | lass/1systems/yellow/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index 365ffdba5..f5071c4b7 100644 --- a/lass/1systems/yellow/config.nix +++ b/lass/1systems/yellow/config.nix @@ -251,7 +251,7 @@ with import <stockholm/lib>; path = [ pkgs.coreutils pkgs.findutils - pkgs.inotifyTools + pkgs.inotify-tools ]; serviceConfig = { Restart = "always"; |