keyring: fix bad dep ordering that prevented ~/private from being mounted

This commit is contained in:
Colin 2023-06-29 09:07:59 +00:00
parent dbd312e9bd
commit 42f194f447

View File

@ -7,5 +7,6 @@
generated.script.script = builtins.readFile ../../../scripts/init-keyring;
# TODO: is this `wantedBy` needed? can we inherit it?
wantedBy = [ config.sane.fs."/home/colin/private".unit ];
wantedBeforeBy = [ ]; # don't created this as part of `multi-user.target`
};
}