Add agenix for secret management

This commit is contained in:
Greg Hellings
2022-04-12 15:13:29 +00:00
parent 00c1adfa2d
commit 56a6d00ff5
4 changed files with 18 additions and 2 deletions
+4 -2
View File
@@ -73,13 +73,15 @@ in
# Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
(pkgs.callPackage "${builtins.fetchTarball "https://github.com/ryantm/agenix/archive/0.10.1.tar.gz"}/pkgs/agenix.nix" {})
git
home-manager
htop
python3
pwgen
tmux
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
];
i18n.defaultLocale = "en_US.UTF-8";