diff --git a/roles/default.nix b/roles/default.nix index 2ef35bc..bd51fce 100644 --- a/roles/default.nix +++ b/roles/default.nix @@ -35,10 +35,6 @@ in nix.buildCores = config.nix.maxJobs; - nix.extraOptions = '' - allow-unsafe-native-code-during-evaluation = true - ''; - # Networking networking.enableIPv6 = true;