diff options
author | Soispha <soispha@vhack.eu> | 2024-03-28 22:26:41 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-29 22:55:39 +0100 |
commit | 71dce73ae36e9a956c74f6745402a72e6d6b48e9 (patch) | |
tree | 313d802beaf6252b756432978b6e8f4c6167e0a4 /system | |
parent | fix(gitattributes): Remove unused taskserver paths (diff) | |
download | nixos-server-71dce73ae36e9a956c74f6745402a72e6d6b48e9.tar.gz nixos-server-71dce73ae36e9a956c74f6745402a72e6d6b48e9.zip |
chore(git-crypt): Remove `git-crypt` and associated encrypted files
Diffstat (limited to 'system')
-rw-r--r-- | system/packages/default.nix | 1 | ||||
-rw-r--r-- | system/services/mail/users.nix | bin | 1303 -> 0 bytes | |||
-rw-r--r-- | system/services/nginx/hosts.nix | bin | 300 -> 0 bytes | |||
-rw-r--r-- | system/services/taskserver/organisations.nix | bin | 179 -> 0 bytes |
4 files changed, 0 insertions, 1 deletions
diff --git a/system/packages/default.nix b/system/packages/default.nix index 11ad1d8..12e4c93 100644 --- a/system/packages/default.nix +++ b/system/packages/default.nix @@ -2,7 +2,6 @@ environment.systemPackages = with pkgs; [ jre_minimal git - git-crypt zsh neovim btrfs-progs diff --git a/system/services/mail/users.nix b/system/services/mail/users.nix deleted file mode 100644 index 2104a8a..0000000 --- a/system/services/mail/users.nix +++ /dev/null Binary files differdiff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix deleted file mode 100644 index 3abd841..0000000 --- a/system/services/nginx/hosts.nix +++ /dev/null Binary files differdiff --git a/system/services/taskserver/organisations.nix b/system/services/taskserver/organisations.nix deleted file mode 100644 index f5beebc..0000000 --- a/system/services/taskserver/organisations.nix +++ /dev/null Binary files differ |