treewide: Use fileSystems.<name>.depends option where necessary

This commit is contained in:
jakobrs
2021-06-08 18:52:02 +02:00
parent b07602a604
commit ea34fe21e1
2 changed files with 12 additions and 0 deletions

View File

@@ -57,6 +57,12 @@ with lib;
"upperdir=/nix/.rw-store/store"
"workdir=/nix/.rw-store/work"
];
depends = [
"/nix/.ro-store"
"/nix/.rw-store/store"
"/nix/.rw-store/work"
];
};
boot.initrd.availableKernelModules = [ "squashfs" "overlay" ];