From cac533953182afb16d07036778578e4b49719d8d Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 6 Sep 2020 16:41:58 +0200 Subject: [PATCH] nixos/doc/borgbackup: correct install instructions for `vorta` No need to fiddle around with `flatpack` to get `vorta`, a graphical desktop-client for `borgbackup` running as it's available in `nixpkgs`. --- nixos/modules/services/backup/borgbackup.xml | 22 ++------------------ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/nixos/modules/services/backup/borgbackup.xml b/nixos/modules/services/backup/borgbackup.xml index bef7db608f8..a197f38ffb9 100644 --- a/nixos/modules/services/backup/borgbackup.xml +++ b/nixos/modules/services/backup/borgbackup.xml @@ -197,26 +197,8 @@ sudo borg init --encryption=repokey-blake2 \ disk failure, ransomware and theft. - It is available as a flatpak package. To enable it you must set the - following two configuration items. - - - -services.flatpak.enable = true ; -# next line is needed to avoid the Error -# Error deploying: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: -services.accounts-daemon.enable = true; - - - As a normal user you must first install, then run vorta using the - following commands: - -flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo -flatpak install flathub com.borgbase.Vorta -flatpak run --branch=stable --arch=x86_64 --command=vorta com.borgbase.Vorta - - After running flatpak install you can start Vorta also via - the KDE application menu. + It can be installed in NixOS e.g. by adding pkgs.vorta + to . Details about using Vorta can be found under