mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
Ensure that swap.target is pulled in by switch-to-configuration even if it failed earlier
This commit is contained in:
parent
fd7dbc99ab
commit
97a2de983b
@ -311,8 +311,7 @@ let
|
||||
ln -s ${cfg.defaultUnit} $out/default.target
|
||||
|
||||
#ln -s ../getty@tty1.service $out/multi-user.target.wants/
|
||||
ln -s ../remote-fs.target $out/multi-user.target.wants/
|
||||
ln -s ../network.target $out/multi-user.target.wants/
|
||||
ln -s ../remote-fs.target ../network.target ../swap.target $out/multi-user.target.wants/
|
||||
''; # */
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user