nixos/nspawn: Fix small typo (#51077)

This has slipped through review in my previous PR it seems
This commit is contained in:
Arian van Putten 2018-11-26 22:05:14 +01:00 committed by Benno Fünfstück
parent 5087dcf247
commit 7ce4cd4470
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];
}; };
} }