Merge pull request #48771 from arianvp/container-tweaks

nixos/containers: Introduce several tweaks to systemd-nspawn from upstream systemd
This commit is contained in:
Jörg Thalheim
2018-10-31 16:08:16 +00:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
@@ -112,6 +112,7 @@ in {
environment.etc."systemd/nspawn".source = generateUnits "nspawn" units [] [];
systemd.targets."multi-user".wants = [ "machines.target "];
};
}