Skip to content

Commit

Permalink
lib: fix typo unmount -> umount
Browse files Browse the repository at this point in the history
unmount.target does not exist :/
  • Loading branch information
WilliButz committed Oct 28, 2024
1 parent 97104c0 commit b13a422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ rec {
fileConfig.file
];
};
conflicts = [ "unmount.target" ];
conflicts = [ "umount.target" ];
after =
if forInitrd then
[ "systemd-tmpfiles-setup-sysroot.service" ]
Expand Down

0 comments on commit b13a422

Please sign in to comment.