diff --git a/.bin/autoinstall b/.bin/autoinstall index 31a4f1d..ea2c243 100755 --- a/.bin/autoinstall +++ b/.bin/autoinstall @@ -14,7 +14,7 @@ _autoinstall_base () { _autoinstall_env "$WAKATIME_HOME/.wakatime.cfg" - cp -n "$HOME/.ssh/authorized_keys.default" "$HOME/.ssh/authorized_keys" + cp --update=none "$HOME/.ssh/authorized_keys.default" "$HOME/.ssh/authorized_keys" _autoinstall_file \ "https://raw.githubusercontent.com/qw3rtman/git-fire/master/git-fire" \ diff --git a/.config/home-manager/portalo-tobias.nix b/.config/home-manager/portalo-tobias.nix index 022026b..9365a96 100644 --- a/.config/home-manager/portalo-tobias.nix +++ b/.config/home-manager/portalo-tobias.nix @@ -11,6 +11,6 @@ ]; home.packages = with pkgs; [ - #rustdesk # remote desktop tool + rustdesk # remote desktop tool ]; }