From 35d4ddae4ea4e251f4e0fba3cf6f4be1dbaf53ce Mon Sep 17 00:00:00 2001 From: Tobias Reisinger <tobias@msrg.cc> Date: Fri, 28 Apr 2023 22:57:49 +0200 Subject: [PATCH] Update some configs --- .bin/autoinstall | 2 +- .config/home-manager/portalo-tobias.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]; }