added .iso

This commit is contained in:
2026-03-28 08:11:24 -05:00
parent c7c4697863
commit 3b37d6de07
2 changed files with 35 additions and 1 deletions

View File

@@ -21,12 +21,24 @@
};
in
{
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
modules = [
{ nixpkgs.hostPlatform = "x86_64-linux"; }
];
};
nixosConfigurations.sovran-iso = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
({ config, pkgs, ... }: {
nixpkgs.overlays = [ overlay-stable ];
})
./iso.nix
nix-bitcoin.nixosModules.default
nixvim.nixosModules.nixvim
];
};
nixosModules.Sovran_SystemsOS = { pkgs, lib, config, ... }: {
imports = [
({ config, pkgs, ... }: {