Skip to content

Commit

Permalink
hcloud: remove routeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jul 22, 2024
1 parent 874befb commit 2ecedc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/hcloud/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ disko: { inputs, modulesPath, config, lib, ... }: with lib;
"${config.mgit.hcloud.auto-network}"
];
routes = [
{ routeConfig.Gateway = "fe80::1"; }
{ Gateway = "fe80::1"; }
];
};
})
Expand Down

0 comments on commit 2ecedc5

Please sign in to comment.