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:
parent
d5f688f7e9
commit
10fbd22629
2 changed files with 0 additions and 56 deletions
|
@ -4,7 +4,6 @@ with lib.metacfg;
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
# ./atticd.nix
|
||||
];
|
||||
|
||||
boot.kernel.sysctl."net.ipv4.conf.all.route_localnet" = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue