This commit is contained in:
2025-12-06 17:21:52 +00:00
parent ce51e114ce
commit f15297edfb
5 changed files with 100 additions and 11 deletions

View File

@@ -33,6 +33,10 @@
url = "git+https://tangled.org/tangled.org/core";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ {flake-parts, ...}:
@@ -41,7 +45,7 @@
constants = import ./lib/constants.nix;
user = constants.user;
darwinHosts = ["chidi" "jason"];
nixosHosts = ["tahani"];
nixosHosts = ["michael" "tahani"];
overlays = import ./overlays {inherit inputs;};
in {
systems = [