feat: Remove atticd service from sgx-nixos system

The 'atticd' service has been deleted from the sgx-nixos configuration. Additionally, the reference to 'atticd.nix' has been removed from the 'default.nix' imports. This was done to help streamline the system configuration.
This commit is contained in:
Harald Hoyer 2024-07-05 16:14:52 +02:00
parent d5f688f7e9
commit 10fbd22629
2 changed files with 0 additions and 56 deletions

View file

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