programs.fs: remove extraneous wantedBeforeBy clause

it's provided by `sane.user.fs`
This commit is contained in:
Colin 2023-07-08 02:06:44 +00:00
parent b42207882e
commit 01b8a28a52

View File

@ -152,8 +152,7 @@ let
inherit (p) persist;
environment = p.env;
fs = lib.mkMerge [
# make every fs entry wanted by system boot:
(lib.mapAttrs (_path: sane-lib.fs.wanted) p.fs)
p.fs
# link every secret into the fs:
(lib.mapAttrs
# TODO: user the user's *actual* home directory, don't guess.