diff --git a/services/installer.nix b/services/installer.nix index ba595264..6859cdb0 100644 --- a/services/installer.nix +++ b/services/installer.nix @@ -12,7 +12,8 @@ nixpkgs: machine: runtimeInputs = with pkgs; [ nixos-install-tools ]; text = '' ${machine.config.system.build.diskoScript} - nixos-install --no-root-password --no-channel-copy --system ${machine.config.system.build.toplevel} + nixos-install --no-root-password --no-channel-copy --system ${machine.config.system.build.toplevel} \ + && poweroff ''; }; in