From 30f5105cf4022092cbbf1d0fdedda4ed12609766 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 29 Mar 2026 08:55:42 -0500 Subject: [PATCH] updated common --- iso/common.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";