From 3de254fdc1ec9ba7700a58e6be9d75b1514f64b6 Mon Sep 17 00:00:00 2001 From: jimjam4real Date: Sun, 22 Sep 2024 17:28:40 -0400 Subject: [PATCH] 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 --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0d656b8..695dfd5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -266,9 +266,10 @@ in ]; allowedUDPPorts = [ 4455 - 24454 # minecraft vc mod + 24454 # minecraft vc mod ]; }; + }; # Copy and link the NixOS configuration file to (/run/current-system/configuration.nix). system.copySystemConfiguration = true;