mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 12:00:14 +00:00
fixing hosts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user