Fix the most obvious syntax error I have ever seen in my life while watching everything I have built be blown to dust for no reason
This commit is contained in:
parent
409d94d257
commit
3de254fdc1
|
@ -266,9 +266,10 @@ in
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
4455
|
4455
|
||||||
24454 # minecraft vc mod
|
24454 # minecraft vc mod
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
|
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
|
||||||
system.copySystemConfiguration = true;
|
system.copySystemConfiguration = true;
|
||||||
|
|
Reference in a new issue