This commit is contained in:
iFargle 2023-09-23 21:35:49 +09:00
parent 94512abbfa
commit 7f89ee9397

View file

@ -5,7 +5,7 @@ pushd /etc/nixos/git
home-manager switch -b backup --flake /etc/nixos/git home-manager switch -b backup --flake /etc/nixos/git
source ~/.bashrc source ~/.bashrc
pause sleep 10
# Import and trust the GPG key # Import and trust the GPG key
echo "Setting up user GPG key..... " echo "Setting up user GPG key..... "
@ -17,7 +17,7 @@ gpg --import /tmp/drive/gpg/albert@sysctl.io/privkey.asc
sudo rmdir /tmp/drive sudo rmdir /tmp/drive
echo -e "5\ny\n" | gpg --command-fd 0 --expert --edit-key albert@sysctl.io trust echo -e "5\ny\n" | gpg --command-fd 0 --expert --edit-key albert@sysctl.io trust
pause sleep 10
# Setup SOPS # Setup SOPS
echo "!!!!! Copy this key to .sops.yaml: " echo "!!!!! Copy this key to .sops.yaml: "