summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-11-17 12:59:44 +0100
committerlassulus <lassulus@lassul.us>2022-11-17 12:59:44 +0100
commit3d87ba04777bd92fac8894af385ab5120c081408 (patch)
treed737d1d2f4e2fec2b02ad7ae31c54f57d54f5dc9
parent417439de5c5a7e455f977a50276821bbfa3fa65b (diff)
l yellow.r: inotifyTools -> inotify-tools
-rw-r--r--lass/1systems/yellow/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix
index 365ffdba..f5071c4b 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";