diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-24 16:37:10 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-24 16:37:10 +0000 |
commit | ae42d530201accc7bccbba892f200e21d8607de0 (patch) | |
tree | 09cd24b7a154b6b081f4e4fd96ea58b37cd46a26 /setup-home.sh | |
parent | da3cff54f2be67d4ca64716959acf532a14e08a6 (diff) | |
download | dotfiles-sops.tar.gz |
Add experimental sops setup sops
Diffstat (limited to 'setup-home.sh')
-rw-r--r-- | setup-home.sh | 3 |
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 |