diff --git a/iso/common.nix b/iso/common.nix index fc2da88..4d9988a 100644 --- a/iso/common.nix +++ b/iso/common.nix @@ -13,6 +13,10 @@ in image.baseName = lib.mkForce "Sovran_SystemsOS"; isoImage.splashImage = ./assets/splash-logo.png; + # Disable GNOME first-run tour and initial setup so the installer autostarts instead + services.gnome.gnome-initial-setup.enable = false; + environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs ]; + users.users.free = { isNormalUser = true; description = "free";