From ed5c1cc1afb27db48261030faddb3300b47bdb4e Mon Sep 17 00:00:00 2001 From: ISNUFFI <60103896+ISNUFFI@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:13:52 +0300 Subject: [PATCH] chore: removed excess variables --- nixos/system/neuro/neuro.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/system/neuro/neuro.nix b/nixos/system/neuro/neuro.nix index eb7e6c9..53a9d86 100644 --- a/nixos/system/neuro/neuro.nix +++ b/nixos/system/neuro/neuro.nix @@ -8,10 +8,7 @@ modulesPath, config, ... -}: let - xrayPort = 10086; - matrixDomain = "accord.tube"; -in { +}: { imports = [ (modulesPath + "/installer/cd-dvd/iso-image.nix") self.nixosModules.hectic