From 100a7214746843c8ae3eb51fdc4478cad7c17f0c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 5 Jul 2024 15:33:31 +0200 Subject: [PATCH] feat: Comment out atticd.nix import in sgx-nixos The import statement for the atticd.nix file has been commented out in the default.nix file under the sgx-nixos system. This reflects changes in dependencies or system configurations. --- systems/x86_64-linux/sgx-nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/sgx-nixos/default.nix b/systems/x86_64-linux/sgx-nixos/default.nix index a041c8c..b9feec7 100644 --- a/systems/x86_64-linux/sgx-nixos/default.nix +++ b/systems/x86_64-linux/sgx-nixos/default.nix @@ -4,7 +4,7 @@ with lib.metacfg; { imports = [ ./hardware-configuration.nix - ./atticd.nix + # ./atticd.nix ]; boot.kernel.sysctl."net.ipv4.conf.all.route_localnet" = 1;