diff --git a/hosts/default.nix b/hosts/default.nix index d2c344b..555f1ba 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -5,11 +5,9 @@ let (../.) (./. + "/${name}") ({ ... }: { - config = { - networking.hostName = name; - sconfig.flakes.enable = true; - sconfig.flakes.rebuildPath = "github:buckley310/nixos-config"; - }; + networking.hostName = name; + sconfig.flakes.enable = true; + sconfig.flakes.rebuildPath = "github:buckley310/nixos-config"; }) ];