bootstap: host needs digga's bootstrapIso module

This commit is contained in:
teutat3s 2022-09-01 15:35:04 +02:00
parent 0c11e9119e
commit 0fbabc23b9
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -105,6 +105,11 @@
imports = [ (digga.lib.importHosts ./hosts) ];
hosts = {
/* set host specific properties here */
bootstrap = {
modules = [
digga.nixosModules.bootstrapIso
];
};
PubSolarOS = {
tests = [
(import ./tests/first-test.nix { pkgs = nixos.legacyPackages.x86_64-linux; lib = nixos.lib; })