diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 01:55:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 01:55:31 -0300 |
commit | 31b3869fa50366ab582612ace2972caf2a7b7e9b (patch) | |
tree | 6646cfce9af67842e2940afe1e4db427b77348e0 /public/nixos | |
parent | Build README.org HTML in utils.nix (diff) | |
download | dotfiles-31b3869fa50366ab582612ace2972caf2a7b7e9b.tar.gz dotfiles-31b3869fa50366ab582612ace2972caf2a7b7e9b.tar.xz |
TODOs.org
Diffstat (limited to 'public/nixos')
-rwxr-xr-x | public/nixos/setup.sh | 3 |
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/ |