From 45ae4e0de642424de886155715c7d722cddeeff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Alf=C3=B6ldi?= Date: Sun, 1 Mar 2026 00:19:05 +0100 Subject: [PATCH] removed comments --- init_mystuff.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/init_mystuff.sh b/init_mystuff.sh index 5148329..2556513 100755 --- a/init_mystuff.sh +++ b/init_mystuff.sh @@ -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