tadpole: Add WHIB service module import

This commit is contained in:
Alexander Heldt
2025-01-03 10:58:38 +01:00
parent 423ea62216
commit cb64146d72

View File

@@ -71,16 +71,21 @@
]; ];
}; };
tadpole = inputs.nixpkgs.lib.nixosSystem { tadpole =
system = "x86_64-linux"; let
specialArgs = { system = "x86_64-linux";
inherit inputs; in
inputs.nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs;
};
modules = [
./hosts/tadpole/configuration.nix
./hosts/tadpole/home.nix
inputs.whib-backend.nixosModules.${system}.default
];
}; };
modules = [
./hosts/tadpole/configuration.nix
./hosts/tadpole/home.nix
];
};
test-vm = test-vm =
let let