nixos/nspawn: Fix small typo (#51077)

This has slipped through review in my previous PR it seems
wip/yesman
Arian van Putten 6 years ago committed by Benno Fünfstück
parent 5087dcf247
commit 7ce4cd4470
  1. 2
      nixos/modules/system/boot/systemd-nspawn.nix

@ -112,7 +112,7 @@ in {
environment.etc."systemd/nspawn".source = generateUnits "nspawn" units [] [];
systemd.targets."multi-user".wants = [ "machines.target "];
systemd.targets."multi-user".wants = [ "machines.target" ];
};
}

Loading…
Cancel
Save