fixed iso common

This commit is contained in:
2026-03-28 09:09:05 -05:00
parent e18eb1edcb
commit 5c595bc79e
2 changed files with 17 additions and 91 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, modulesPath, ... }:
let
sovranSource = builtins.path { path = ../.; name = "sovran-systemsos"; };
@@ -6,7 +6,7 @@ let
in
{
imports = [
"${pkgs.path}/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix"
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-gnome.nix"
./branding.nix
];
@@ -45,4 +45,4 @@ in
Terminal=false
X-GNOME-Autostart-enabled=true
'';
}
}