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 [] [];
|
||||
|
||||
systemd.services."systemd-nspawn@" = {
|
||||
wantedBy = [ "machine.target" ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user