Skip to content

Commit

Permalink
Add satorictl to yukari
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Nov 1, 2023
1 parent 0731b70 commit d72ec17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configurations/yukari/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in
../../../modules/home-manager/borgmatic.nix
../../../modules/home-manager/email

{
({pkgs, ...}: {
programs.borgmatic.backups."main" = {
location = {
sourceDirectories = [
Expand All @@ -26,6 +26,10 @@ in
};
storage.encryptionPasscommand = "pass borg/yukari/passphrase";
};
}

home.packages = with pkgs; [
inputs.satori.packages.${system}.satorictl
];
})
];
}

0 comments on commit d72ec17

Please sign in to comment.