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 | a84ce08cf9fa05b8d21ddbd1af74f9f2c767e728 (patch) | |
| tree | 1a5c2bf956520810cc302059facae9303a870715 /hosts/configuration.nix | |
| parent | fmt (diff) | |
| download | nixos-config-a84ce08cf9fa05b8d21ddbd1af74f9f2c767e728.tar.gz nixos-config-a84ce08cf9fa05b8d21ddbd1af74f9f2c767e728.tar.bz2 nixos-config-a84ce08cf9fa05b8d21ddbd1af74f9f2c767e728.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 |