removed comments

This commit is contained in:
Zsolt Alföldi
2026-03-01 00:19:05 +01:00
parent 3ffae9e404
commit 45ae4e0de6

View File

@@ -29,14 +29,6 @@ sudo chown $USER -R /persists/sops/age/
my_rsync --mkpath ~/.config/sops/age/keys.txt nokia-sisu:/persists/sops/age/
my_rsync ~/.ssh/ nokia-sisu:~/.ssh
# ssh -F /tmp/sisu.ssh nokia-sisu "bash -c '
# mkdir -p ~/workspace/home/nix
# cd ~/workspace/home/nix
# git clone git@github.com:alfonzso/home-manager.git || true
# cd home-manager
# home-manager --extra-experimental-features \'flakes nix-command\' --flake .#nokia build/switch
# '"
ssh -F /tmp/sisu.ssh nokia-sisu <<'EOF'
mkdir -p ~/workspace/home/nix
cd ~/workspace/home/nix