Skip to content

Commit

Permalink
Revert "Add satorictl to yukari"
Browse files Browse the repository at this point in the history
This reverts commit d72ec17.
  • Loading branch information
DanNixon committed Nov 6, 2023
1 parent a2ef762 commit 249366f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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,10 +26,6 @@ in
};
storage.encryptionPasscommand = "pass borg/yukari/passphrase";
};

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

0 comments on commit 249366f

Please sign in to comment.