Skip to content

Commit

Permalink
fix: somehow home-manager broke??
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz authored and Tibor Pilz committed Nov 5, 2023
1 parent 816a09d commit 9d41e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
});

darwinHosts = mapModules ./hosts/darwin (hostPath: lib.my.mkHostAttrs hostPath {
system = "aarch64-darwin";
system = "x86_64-darwin";
modules = lib.my.mapModulesRec' (toString ./modules/darwin) import;
});

Expand All @@ -80,7 +80,7 @@
digga.nixosModules.bootstrapIso
digga.nixosModules.nixConfig
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops
sops-nix.nixosModule.sops
] ++ lib.my.mapModulesRec' (toString ./modules/shared) import;
};

Expand Down
1 change: 1 addition & 0 deletions lib/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ in {
networking.hostName = mkDefault (removeSuffix ".nix" (baseNameOf path));
}
(filterAttrs (n: v: !elem n [ "system" "modules" ]) attrs)
../. # /default.nix
(import path)
] ++ modules;
};
Expand Down

0 comments on commit 9d41e53

Please sign in to comment.