fix slow rebuild by not triggering timers accidentally

This commit is contained in:
Kopatz
2025-08-19 10:42:52 +02:00
parent 2c8f5000b6
commit d2104b49bf
4 changed files with 8 additions and 11 deletions

View File

@@ -84,11 +84,6 @@ in {
path = "${cfg.basePath}/no_backup";
devices = [ "kop-pc" "server" "laptop" ];
};
folders."emu" = {
id = "emu";
path = "${cfg.basePath}/emu";
devices = [ "kop-pc" "server" ];
};
};
};