tadpole: Add host tadpole

This commit is contained in:
Alexander Heldt
2024-07-20 17:55:19 +02:00
parent 83523c73eb
commit bebda0f859
4 changed files with 131 additions and 0 deletions

View File

@@ -62,6 +62,15 @@
./hosts/sombrero/home.nix
];
};
tadpole = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/tadpole/configuration.nix
./hosts/tadpole/home.nix
];
};
};
};
}