sops miniserver, git, workstation

This commit is contained in:
2024-06-16 16:31:31 -06:00
parent 8f14fc46ef
commit 4fc2c9fdf9
6 changed files with 43 additions and 22 deletions

View File

@@ -94,7 +94,7 @@
};
documentation.enable = false;
environment = {
systemPackages = with pkgs; [ wget ];
systemPackages = with pkgs; [ wget sops ];
variables = rec {
# PATH
XDG_CACHE_HOME = "\${HOME}/.cache";