diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-21 08:17:10 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-08-21 08:17:10 -0300 |
| commit | f1fb92af5c0a869e1be42f828e932552ec1b2e8c (patch) | |
| tree | 72928074c32bc5f483d234889c64d69e3bab48d1 /src/org | |
| parent | Add empty-ish deps.mk and mkdeps.sh files (diff) | |
| download | packages-f1fb92af5c0a869e1be42f828e932552ec1b2e8c.tar.gz packages-f1fb92af5c0a869e1be42f828e932552ec1b2e8c.tar.xz | |
packages.scm: Define "backupit" package and include it in syskeep-profile
Diffstat (limited to 'src/org')
| -rw-r--r-- | src/org/euandre/packages.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm index 17bee92..6864592 100644 --- a/src/org/euandre/packages.scm +++ b/src/org/euandre/packages.scm @@ -36,7 +36,7 @@ git-configuration-run-in-container? git-configuration-container-name - <binder-configuration> + <binder-configuration> binder-configuration make-binder-configuration binder-configuration? @@ -199,6 +199,12 @@ "c8c970488a1bbaf97e160a608a5e16e86c29e7d6" "097w92kxx95pf4xswc8iv2v58a9ydcnix9izsc22xdh41y3lzq5d")) +(define-public backupit + (pkg + "backupit" + "3e9c89562d566e72cbaa53db3b1d0dfa8050b1f9" + "155x9y7m302i7wyi33n62lixpqffaspwaswv12smp1lm0hc7nhx0")) + (define-public guile-heredoc (package (inherit @@ -501,6 +507,7 @@ trash-cli tree) (list + backupit eut package)))) @@ -529,6 +536,7 @@ (etc-entries package '("rc.sh" + "backupit.txt" "known_hosts" "ssh.conf" "init.scm" |
