Skip to content

Commit 5280589

Browse files
committed
set default network config
1 parent e1a01bf commit 5280589

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

os/flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,10 @@
220220
if (builtins.pathExists ./network-config) then
221221
builtins.fromJSON (builtins.readFile ./network-config)
222222
else
223-
{ };
223+
{
224+
address = [ ];
225+
route = [ ];
226+
};
224227
network-config = builtins.map (address: {
225228
name = address.address;
226229
value = {

0 commit comments

Comments
 (0)