about summary refs log tree commit diff stats
path: root/setup-home.sh
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-24 16:37:10 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-24 16:37:10 +0000
commitae42d530201accc7bccbba892f200e21d8607de0 (patch)
tree09cd24b7a154b6b081f4e4fd96ea58b37cd46a26 /setup-home.sh
parentda3cff54f2be67d4ca64716959acf532a14e08a6 (diff)
downloaddotfiles-sops.tar.gz
Add experimental sops setup sops
Diffstat (limited to 'setup-home.sh')
-rw-r--r--setup-home.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup-home.sh b/setup-home.sh
index 29c621d..a142021 100644
--- a/setup-home.sh
+++ b/setup-home.sh
@@ -14,7 +14,8 @@ ln -sf ~/dotfiles/.p10k.zsh ~/
 ln -sf ~/dotfiles/.emacs.d ~/
 
 mkdir ~/.config/nix
-echo "extra-experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
+echo "extra-experimental-features = nix-command flakes
+allow-unsafe-native-code-during-evaluation = true" > ~/.config/nix/nix.conf
 
 home-manager switch