tadpole: Add WHIB service module import
This commit is contained in:
23
flake.nix
23
flake.nix
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user