Rename restic to restic-client-desktop

This commit is contained in:
Andreas Zweili 2023-01-06 17:49:56 +01:00
parent 700a887fd3
commit f7f9835810
4 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"${custom.inputs.self}/modules/lockscreen" "${custom.inputs.self}/modules/lockscreen"
"${custom.inputs.self}/modules/logs-share" "${custom.inputs.self}/modules/logs-share"
"${custom.inputs.self}/modules/tlp" "${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 = [ boot.initrd.availableKernelModules = [
"aesni_intel" "aesni_intel"

View File

@ -10,7 +10,7 @@
(import "${custom.inputs.self}/modules/droidcam" { inherit custom; }) (import "${custom.inputs.self}/modules/droidcam" { inherit custom; })
(import "${custom.inputs.self}/modules/espanso" { inherit custom; }) (import "${custom.inputs.self}/modules/espanso" { inherit custom; })
"${custom.inputs.self}/modules/lockscreen" "${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/tlp"
"${custom.inputs.self}/modules/tmux" "${custom.inputs.self}/modules/tmux"
]; ];