summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd-lib.nix
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-09 04:33:33 +0200
committerAlexander Ried <ried@mytum.de>2016-09-13 11:19:22 +0200
commit2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0 (patch)
treea319e81bded08b375a97b0faadba77679824f9d3 /nixos/modules/system/boot/systemd-lib.nix
parent8524df12590f09966e783edfe4cc8aed1cbe33c3 (diff)
downloadnixlib-2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0.tar
nixlib-2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0.tar.gz
nixlib-2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0.tar.bz2
nixlib-2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0.tar.lz
nixlib-2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0.tar.xz
nixlib-2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0.tar.zst
nixlib-2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0.zip
multi-user.target should not pull network.target
Diffstat (limited to 'nixos/modules/system/boot/systemd-lib.nix')
-rw-r--r--nixos/modules/system/boot/systemd-lib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd-lib.nix b/nixos/modules/system/boot/systemd-lib.nix
index 2e93693cbfc8..997770b8beca 100644
--- a/nixos/modules/system/boot/systemd-lib.nix
+++ b/nixos/modules/system/boot/systemd-lib.nix
@@ -182,7 +182,7 @@ rec {
         mkdir -p $out/getty.target.wants/
         ln -s ../autovt@tty1.service $out/getty.target.wants/
 
-        ln -s ../local-fs.target ../remote-fs.target ../network.target \
+        ln -s ../local-fs.target ../remote-fs.target \
         ../nss-lookup.target ../nss-user-lookup.target ../swap.target \
         $out/multi-user.target.wants/
       ''}