mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: cleaned up secrets and tested restic
This commit is contained in:
parent
8b75074f8b
commit
60c469ee7f
3 changed files with 28 additions and 38 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue