keyring: fix bad dep ordering that prevented ~/private from being mounted
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
generated.script.script = builtins.readFile ../../../scripts/init-keyring;
|
generated.script.script = builtins.readFile ../../../scripts/init-keyring;
|
||||||
# TODO: is this `wantedBy` needed? can we inherit it?
|
# TODO: is this `wantedBy` needed? can we inherit it?
|
||||||
wantedBy = [ config.sane.fs."/home/colin/private".unit ];
|
wantedBy = [ config.sane.fs."/home/colin/private".unit ];
|
||||||
|
wantedBeforeBy = [ ]; # don't created this as part of `multi-user.target`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user