mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #48796 from arianvp/fix-nspawn
nixos/systemd-nspawn: Remove dependency on bogus "machine.target"
This commit is contained in:
commit
7fa3394a5b
@ -112,9 +112,6 @@ in {
|
|||||||
|
|
||||||
environment.etc."systemd/nspawn".source = generateUnits "nspawn" units [] [];
|
environment.etc."systemd/nspawn".source = generateUnits "nspawn" units [] [];
|
||||||
|
|
||||||
systemd.services."systemd-nspawn@" = {
|
|
||||||
wantedBy = [ "machine.target" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user