aboutsummaryrefslogtreecommitdiff
path: root/public/nixos/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpublic/nixos/setup.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/nixos/setup.sh b/public/nixos/setup.sh
index 64962fd..39b006c 100755
--- a/public/nixos/setup.sh
+++ b/public/nixos/setup.sh
@@ -90,7 +90,6 @@ configure_git_annex() {
git annex enableremote nextcloud
git annex enableremote s3
- # FIXME: rsyncnet
# git annex enableremote hd
# gitlab
# rsyncnet
@@ -110,7 +109,6 @@ configure_dotfiles() {
blue "Open up the password manager to decrypt the SSH private key"
read -p "A prompt for the SSH password will appear! (Press any key to continue)" -n 1 -r
- # FIXME: Is there an easier way?
export SSH_ENV="$HOME/.ssh/environment"
echo "Initialising new SSH agent..."
ssh-agent | sed 's/^echo/#echo/' > "${SSH_ENV}"
@@ -118,7 +116,6 @@ configure_dotfiles() {
chmod 600 "${SSH_ENV}"
. "${SSH_ENV}" > /dev/null
ssh-add
- # FIXME: Is there an easier way?
mkdir -p ~/dev/libre/
git clone git@git.sr.ht:~euandreh/dotfiles ~/dev/libre/dotfiles/