updated common

This commit is contained in:
2026-03-29 08:55:42 -05:00
parent 5cd5940bf4
commit 30f5105cf4

View File

@@ -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";