feat: cleaned up secrets and tested restic

This commit is contained in:
Nick 2025-11-28 20:18:12 -06:00
parent 8b75074f8b
commit 60c469ee7f
3 changed files with 28 additions and 38 deletions

View file

@ -13,12 +13,14 @@
packages = builtins.attrValues {
inherit (pkgs)
age
fuse
gitmoji-cli
graphviz
imv
just
nixfmt
just-lsp
# restic
rust-analyzer
rustfmt
litemdview
@ -32,6 +34,10 @@
watchexec
;
};
# AWS_ACCESS_KEY_ID = "";
# AWS_SECRET_ACCESS_KEY = "";
# RESTIC_PASSWORD_FILE = "pass.txt";
# RESTIC_REPOSITORY = "";
shellHook = "${config.pre-commit.installationScript}";
};
};