arhcive remove coldplug fudge

main
Daniel Barlow 2024-04-28 21:37:30 +01:00
parent 0e84adaa0e
commit 7d08497bcb
1 changed files with 0 additions and 10 deletions

View File

@ -88,16 +88,6 @@ in rec {
fstype = "ext4";
};
# until we support retained uevent state, we need to push coldplug
# events to mount_external_disk to account for the case that the
# disk is already plugged at boot time
services.fudge_coldplug = oneshot {
name = "fudge_coldplug";
up = "sleep 5; for i in /sys/class/block/*/uevent; do echo 'change' > $i ;done";
dependencies = [ services.mount_external_disk ];
};
services.rsync =
let
secrets_file = oneshot rec {