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.
This commit is contained in:
Harald Hoyer 2024-07-05 15:33:31 +02:00
parent 2c4c3762a5
commit 100a721474

View file

@ -4,7 +4,7 @@ with lib.metacfg;
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./atticd.nix # ./atticd.nix
]; ];
boot.kernel.sysctl."net.ipv4.conf.all.route_localnet" = 1; boot.kernel.sysctl."net.ipv4.conf.all.route_localnet" = 1;