From a97d3266e114cb6430467b2f600e0b20b24f0e95 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 10 Jul 2024 12:42:04 +0200 Subject: [PATCH] refactor: extract rsync config --- horsch/home.nix | 2 +- horsch/rsync.nix => rsync.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename horsch/rsync.nix => rsync.nix (100%) diff --git a/horsch/home.nix b/horsch/home.nix index 92e3e23..5483124 100644 --- a/horsch/home.nix +++ b/horsch/home.nix @@ -31,7 +31,7 @@ ./neovim ./picocom.nix ./podman.nix - ./rsync.nix + ../rsync.nix ./shell_aliases.nix ./ssh.nix ../tree.nix diff --git a/horsch/rsync.nix b/rsync.nix similarity index 100% rename from horsch/rsync.nix rename to rsync.nix