diff --git a/flake.nix b/flake.nix index 89222a7..c1b5fb7 100755 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,7 @@ modules = [ { nixpkgs.hostPlatform = "x86_64-linux"; } self.nixosModules.Sovran_SystemsOS + /etc/nixos/hardware-configuration.nix /etc/nixos/role-state.nix /etc/nixos/custom.nix ]; diff --git a/iso/installer.py b/iso/installer.py index 3ba12c1..a6538e0 100644 --- a/iso/installer.py +++ b/iso/installer.py @@ -814,7 +814,6 @@ class InstallerWindow(Adw.ApplicationWindow): status = Adw.StatusPage() status.set_title("Drives Ready") status.set_description("Your drives have been partitioned successfully.") - status.set_icon_name("emblem-ok-symbolic") status.set_vexpand(True) details = Adw.PreferencesGroup() @@ -883,6 +882,7 @@ class InstallerWindow(Adw.ApplicationWindow): run(["sudo", "mkdir", "-p", "/etc/nixos"]) run(["sudo", "cp", "/mnt/etc/nixos/role-state.nix", "/etc/nixos/role-state.nix"]) run(["sudo", "cp", "/mnt/etc/nixos/custom.nix", "/etc/nixos/custom.nix"]) + run(["sudo", "cp", "/mnt/etc/nixos/hardware-configuration.nix", "/etc/nixos/hardware-configuration.nix"]) run_stream([ "sudo", "nixos-install",