summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-06-09 15:45:55 +0200
committerAlexander Ried <ried@mytum.de>2016-09-05 15:03:46 +0200
commit53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8 (patch)
tree3599913d506e9d00c1581f453342e21a8cd14598 /nixos/modules
parent322c8231931a3158b4abc836090bdfa1ce92f5f2 (diff)
downloadnixlib-53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8.tar
nixlib-53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8.tar.gz
nixlib-53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8.tar.bz2
nixlib-53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8.tar.lz
nixlib-53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8.tar.xz
nixlib-53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8.tar.zst
nixlib-53f3c2a2783b8c910b98b1a6a25e75d7a1f04ec8.zip
systemd: add some missing upstream units
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 72452c45e643..3fa257f96685 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -14,6 +14,7 @@ let
   upstreamSystemUnits =
     [ # Targets.
       "basic.target"
+      "busnames.target"
       "sysinit.target"
       "sockets.target"
       "graphical.target"
@@ -140,6 +141,7 @@ let
       "user.slice"
       "machine.slice"
       "systemd-machined.service"
+      "systemd-nspawn@.service"
 
       # Temporary file creation / cleanup.
       "systemd-tmpfiles-clean.service"