bootstap: host needs digga's bootstrapIso module
This commit is contained in:
parent
0c11e9119e
commit
0fbabc23b9
|
@ -105,6 +105,11 @@
|
||||||
imports = [ (digga.lib.importHosts ./hosts) ];
|
imports = [ (digga.lib.importHosts ./hosts) ];
|
||||||
hosts = {
|
hosts = {
|
||||||
/* set host specific properties here */
|
/* set host specific properties here */
|
||||||
|
bootstrap = {
|
||||||
|
modules = [
|
||||||
|
digga.nixosModules.bootstrapIso
|
||||||
|
];
|
||||||
|
};
|
||||||
PubSolarOS = {
|
PubSolarOS = {
|
||||||
tests = [
|
tests = [
|
||||||
(import ./tests/first-test.nix { pkgs = nixos.legacyPackages.x86_64-linux; lib = nixos.lib; })
|
(import ./tests/first-test.nix { pkgs = nixos.legacyPackages.x86_64-linux; lib = nixos.lib; })
|
||||||
|
|
Loading…
Reference in a new issue