Skip to content

Commit

Permalink
fix: thanks raf
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 11, 2024
1 parent 11098df commit b618a30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
inherit (self) inputs;
mkHost = name: system:
nixpkgs.lib.nixosSystem {
inherit system;
modules =
[
{networking.hostName = name;}
{
networking.hostName = name;
nixpkgs.hostPlatform = system;
}
./${name}
]
++ builtins.attrValues self.nixosModules;
Expand Down

0 comments on commit b618a30

Please sign in to comment.