treewide: Use fileSystems.<name>.depends option where necessary
This commit is contained in:
@@ -680,6 +680,12 @@ in
|
|||||||
"upperdir=/nix/.rw-store/store"
|
"upperdir=/nix/.rw-store/store"
|
||||||
"workdir=/nix/.rw-store/work"
|
"workdir=/nix/.rw-store/work"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
depends = [
|
||||||
|
"/nix/.ro-store"
|
||||||
|
"/nix/.rw-store/store"
|
||||||
|
"/nix/.rw-store/work"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "squashfs" "iso9660" "uas" "overlay" ];
|
boot.initrd.availableKernelModules = [ "squashfs" "iso9660" "uas" "overlay" ];
|
||||||
|
|||||||
@@ -57,6 +57,12 @@ with lib;
|
|||||||
"upperdir=/nix/.rw-store/store"
|
"upperdir=/nix/.rw-store/store"
|
||||||
"workdir=/nix/.rw-store/work"
|
"workdir=/nix/.rw-store/work"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
depends = [
|
||||||
|
"/nix/.ro-store"
|
||||||
|
"/nix/.rw-store/store"
|
||||||
|
"/nix/.rw-store/work"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "squashfs" "overlay" ];
|
boot.initrd.availableKernelModules = [ "squashfs" "overlay" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user