massicot: fix bugs

This commit is contained in:
Xinyang Li 2023-07-30 01:15:35 +08:00
parent 42f550f156
commit a31020a9ea
3 changed files with 10 additions and 2 deletions

View file

@ -9,5 +9,5 @@ networking = {
address = "fe80::1";
interface = "eth0";
};
nameservers = [ "2a00:1098:2b::1" "2a00:1098:2c::1" "2a01:4f9:c010:3f02::1"]
nameservers = [ "2a00:1098:2b::1" "2a00:1098:2c::1" "2a01:4f9:c010:3f02::1"];
};