From 90395f2660964dbe650acac868415ef1b39857ea Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 29 Mar 2026 08:31:17 -0500 Subject: [PATCH] updated common --- iso/common.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/iso/common.nix b/iso/common.nix index dd83c11..fc2da88 100644 --- a/iso/common.nix +++ b/iso/common.nix @@ -10,8 +10,7 @@ in ./branding.nix ]; - image.fileName = "Sovran_SystemsOS.iso"; - + image.baseName = lib.mkForce "Sovran_SystemsOS"; isoImage.splashImage = ./assets/splash-logo.png; users.users.free = { @@ -23,7 +22,7 @@ in services.displayManager.autoLogin.enable = true; services.displayManager.autoLogin.user = lib.mkForce "free"; - + nix-bitcoin.generateSecrets = true; environment.systemPackages = with pkgs; [ @@ -39,7 +38,7 @@ in git curl ]; - + environment.etc."sovran/logo.png".source = ./assets/splash-logo.png; environment.etc."sovran/flake".source = sovranSource;