diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-28 23:42:32 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-28 23:42:32 +0200 |
commit | a84ce08cf9fa05b8d21ddbd1af74f9f2c767e728 (patch) | |
tree | 1a5c2bf956520810cc302059facae9303a870715 /hosts | |
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')
-rw-r--r-- | hosts/configuration.nix | 1 | ||||
-rw-r--r-- | hosts/home.nix | 1 |
2 files changed, 1 insertions, 1 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 diff --git a/hosts/home.nix b/hosts/home.nix index 9612449..07f3c11 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -31,7 +31,6 @@ in qbittorrent xorg.xev statix - git-crypt nixpkgs-fmt paperkey ] ++ |