fixing hosts

This commit is contained in:
Noah Masur
2025-02-16 16:33:32 -05:00
parent 1062369a78
commit 7de88ba2b6
4 changed files with 31 additions and 40 deletions

View File

@ -320,8 +320,8 @@
# Create nixosConfigurations using the different pkgs for each system
# What to do with home config?
nixosModules = import ./hosts/nixos nixpkgs;
darwinModules = import ./hosts/darwin nixpkgs;
nixosModules = (import ./hosts nixpkgs).nixos-hosts;
darwinModules = (import ./hosts nixpkgs).darwin-hosts;
# Contains my full system builds, including home-manager
# nixos-rebuild switch --flake .#tempest