nixos/nspawn: Fix small typo (#51077)
This has slipped through review in my previous PR it seems
This commit is contained in:
parent
5087dcf247
commit
7ce4cd4470
|
@ -112,7 +112,7 @@ in {
|
||||||
|
|
||||||
environment.etc."systemd/nspawn".source = generateUnits "nspawn" units [] [];
|
environment.etc."systemd/nspawn".source = generateUnits "nspawn" units [] [];
|
||||||
|
|
||||||
systemd.targets."multi-user".wants = [ "machines.target "];
|
systemd.targets."multi-user".wants = [ "machines.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue