diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-10-24 12:33:19 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-10-24 12:33:19 +0200 |
commit | 969d8daf01f8ece463b7a8d842e348e9a1f4e17d (patch) | |
tree | 3cb57a6f0860a55bafcb0e6a6bb1792f693dbce8 | |
parent | 75489e72e379af8aeac64bc4967717d9ae776ff0 (diff) | |
download | Nix-969d8daf01f8ece463b7a8d842e348e9a1f4e17d.tar.gz Nix-969d8daf01f8ece463b7a8d842e348e9a1f4e17d.tar.zst Nix-969d8daf01f8ece463b7a8d842e348e9a1f4e17d.zip |
Allow unsafe code in dilion (wip for safe secrets)
-rw-r--r-- | modules/private/system/dilion.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index 5abaac0..4e2a11f 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix | |||
@@ -126,6 +126,7 @@ | |||
126 | extraOptions = '' | 126 | extraOptions = '' |
127 | keep-outputs = true | 127 | keep-outputs = true |
128 | keep-derivations = true | 128 | keep-derivations = true |
129 | allow-unsafe-native-code-during-evaluation = true | ||
129 | #Assumed in NUR | 130 | #Assumed in NUR |
130 | allow-import-from-derivation = true | 131 | allow-import-from-derivation = true |
131 | ''; | 132 | ''; |