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 | |
| 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')
| -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 ] ++ |