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:
parent
2c4c3762a5
commit
100a721474
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue