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" ];