diff options
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | flake.nix | 1 | ||||
-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 |
6 files changed, 0 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index b9e9c86..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -system/services/mail/users.nix filter=git-crypt diff=git-crypt -system/services/nginx/hosts.nix filter=git-crypt diff=git-crypt diff --git a/flake.nix b/flake.nix index 93a7bbb..e279bad 100644 --- a/flake.nix +++ b/flake.nix @@ -119,7 +119,6 @@ gnutls cocogitto - git-crypt ragenix.packages."${system}".default ]; }; 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 |