diff --git a/iso/installer.py b/iso/installer.py index 991d438..e1fc844 100644 --- a/iso/installer.py +++ b/iso/installer.py @@ -880,7 +880,8 @@ class InstallerWindow(Adw.ApplicationWindow): "sudo", "nixos-install", "--root", "/mnt", "--flake", "/mnt/etc/nixos#nixos", - "--no-root-password" + "--no-root-password", + "--impure" ], buf) GLib.idle_add(self.push_complete)