summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-28 22:26:41 +0100
committerSoispha <soispha@vhack.eu>2024-03-29 22:55:39 +0100
commit71dce73ae36e9a956c74f6745402a72e6d6b48e9 (patch)
tree313d802beaf6252b756432978b6e8f4c6167e0a4 /system
parentfix(gitattributes): Remove unused taskserver paths (diff)
downloadnixos-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.nix1
-rw-r--r--system/services/mail/users.nixbin1303 -> 0 bytes
-rw-r--r--system/services/nginx/hosts.nixbin300 -> 0 bytes
-rw-r--r--system/services/taskserver/organisations.nixbin179 -> 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