Skip to content

Commit b4d7911

Browse files
arianvpajs124
authored andcommitted
nixos/systemd: remove local-fs.target, swap.target from multi-user.target
Since https://github.com/NixOS/nixpkgs/pull/56184/files local-fs.target is already pulled in by sysinit.target swap.target has always already been pulled in by sysinit.target
1 parent d4e4d27 commit b4d7911

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nixos/modules/system/boot/systemd-lib.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ in rec {
228228
mkdir -p $out/getty.target.wants/
229229
ln -s ../autovt@tty1.service $out/getty.target.wants/
230230
231-
ln -s ../local-fs.target ../remote-fs.target \
232-
../nss-lookup.target ../nss-user-lookup.target ../swap.target \
231+
ln -s ../remote-fs.target \
232+
../nss-lookup.target ../nss-user-lookup.target \
233233
$out/multi-user.target.wants/
234234
''}
235235
''; # */

0 commit comments

Comments
 (0)