diff options
| author | Baitinq <[email protected]> | 2022-06-28 23:42:32 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-28 23:42:32 +0200 |
| commit | ecb1da674aa13eee70bdc483d1fcc506f0e75d45 (patch) | |
| tree | bb1ddfde4666631cd58ec7297576e967a230eb83 /hosts/configuration.nix | |
| parent | fmt (diff) | |
| download | nixos-config-ecb1da674aa13eee70bdc483d1fcc506f0e75d45.tar.gz nixos-config-ecb1da674aa13eee70bdc483d1fcc506f0e75d45.tar.bz2 nixos-config-ecb1da674aa13eee70bdc483d1fcc506f0e75d45.zip | |
Move git-crypt to system packages
This is needed for rebuilding as root to not error out.
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index bfe46ac..9b3cb8f 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -78,6 +78,7 @@ wget nano git + git-crypt fzf htop pfetch |