forked from foxora/nix
I FIXED THE NETWORKING YAYAYAYAY
This commit is contained in:
parent
861b05b042
commit
273023ac5a
2 changed files with 11 additions and 5 deletions
2
snow.nix
2
snow.nix
|
|
@ -87,7 +87,7 @@ cerulean.mkNexus ./. (self: {
|
|||
systemd.network.networks."20-lan" = {
|
||||
matchConfig.Type = "ether";
|
||||
networkConfig = {
|
||||
Address = ["10.16.1.127"];
|
||||
Address = ["10.16.1.127/24"];
|
||||
Gateway = "10.16.1.1";
|
||||
DNS = ["10.16.1.1"];
|
||||
IPv6AcceptRA = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue