Whoops, small bug
This commit is contained in:
parent
bcec9a18c3
commit
817e896d9b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = nixpkgs.lib.mapAttrs (
|
||||
hostname: value: (utils.mkSystem value // { inherit hostname; })
|
||||
hostname: value: (utils.mkSystem (value // { inherit hostname; }))
|
||||
) hosts;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue