From f7f98358101d464f304544d374d25b5305351661 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 6 Jan 2023 17:49:56 +0100 Subject: [PATCH] Rename restic to restic-client-desktop --- modules/{restic => restic-client-desktop}/default.nix | 0 modules/{restic => restic-client-desktop}/excludes.txt | 0 systems/gwyn/default.nix | 2 +- systems/staubfinger/default.nix | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename modules/{restic => restic-client-desktop}/default.nix (100%) rename modules/{restic => restic-client-desktop}/excludes.txt (100%) diff --git a/modules/restic/default.nix b/modules/restic-client-desktop/default.nix similarity index 100% rename from modules/restic/default.nix rename to modules/restic-client-desktop/default.nix diff --git a/modules/restic/excludes.txt b/modules/restic-client-desktop/excludes.txt similarity index 100% rename from modules/restic/excludes.txt rename to modules/restic-client-desktop/excludes.txt diff --git a/systems/gwyn/default.nix b/systems/gwyn/default.nix index 7aaa097..1ae89cc 100644 --- a/systems/gwyn/default.nix +++ b/systems/gwyn/default.nix @@ -11,7 +11,7 @@ "${custom.inputs.self}/modules/lockscreen" "${custom.inputs.self}/modules/logs-share" "${custom.inputs.self}/modules/tlp" - (import "${custom.inputs.self}/modules/restic" { inherit custom; }) + (import "${custom.inputs.self}/modules/restic-client-desktop" { inherit custom; }) ]; boot.initrd.availableKernelModules = [ "aesni_intel" diff --git a/systems/staubfinger/default.nix b/systems/staubfinger/default.nix index b984c63..e8e805c 100644 --- a/systems/staubfinger/default.nix +++ b/systems/staubfinger/default.nix @@ -10,7 +10,7 @@ (import "${custom.inputs.self}/modules/droidcam" { inherit custom; }) (import "${custom.inputs.self}/modules/espanso" { inherit custom; }) "${custom.inputs.self}/modules/lockscreen" - (import "${custom.inputs.self}/modules/restic" { inherit custom; }) + (import "${custom.inputs.self}/modules/restic-client-desktop" { inherit custom; }) "${custom.inputs.self}/modules/tlp" "${custom.inputs.self}/modules/tmux" ];