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
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = nixpkgs.lib.mapAttrs (
|
nixosConfigurations = nixpkgs.lib.mapAttrs (
|
||||||
hostname: value: (utils.mkSystem value // { inherit hostname; })
|
hostname: value: (utils.mkSystem (value // { inherit hostname; }))
|
||||||
) hosts;
|
) hosts;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue