Merge pull request #48796 from arianvp/fix-nspawn

nixos/systemd-nspawn: Remove dependency on bogus "machine.target"
This commit is contained in:
Jörg Thalheim 2018-10-21 22:59:06 +01:00 committed by GitHub
commit 7fa3394a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,9 +112,6 @@ in {
environment.etc."systemd/nspawn".source = generateUnits "nspawn" units [] [];
systemd.services."systemd-nspawn@" = {
wantedBy = [ "machine.target" ];
};
};
}