Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cbc59f235 |
@@ -492,6 +492,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
installer = {
|
||||||
|
module = {
|
||||||
|
name = "installer";
|
||||||
|
input = "clan-core";
|
||||||
|
};
|
||||||
|
roles.iso.machines."zosma" = { };
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
{
|
||||||
|
nixpkgs.hostPlatform = {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
};
|
||||||
|
system.stateVersion = lib.mkForce "26.11";
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
|
clan.core.settings.name = "zosma";
|
||||||
|
clan.core.settings.machine.description =
|
||||||
|
"USB installer";
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user