Remove all git-crypt

This commit is contained in:
Charlotte Van Petegem 2021-09-16 15:24:35 +02:00
parent 22836a44d7
commit 97409f47e4
No known key found for this signature in database
GPG key ID: 019E764B7184435A
19 changed files with 86 additions and 47 deletions

View file

@ -1,10 +1,7 @@
{ pkgs, ... }:
{
imports = [
./hardware.nix
./secret.nix
];
imports = [ ./hardware.nix ];
time.timeZone = "Europe/Berlin";
@ -68,11 +65,12 @@
client_max_body_size 10M;
proxy_set_header X-Forwarded-Ssl on;
'';
}; in {
"/_matrix" = matrixRedirect;
"/.well-known/matrix" = matrixRedirect;
"/".return = "307 https://www.vanpetegem.me$request_uri";
};
}; in
{
"/_matrix" = matrixRedirect;
"/.well-known/matrix" = matrixRedirect;
"/".return = "307 https://www.vanpetegem.me$request_uri";
};
};
}
{ fqdn = "www.vanpetegem.me"; }

View file

@ -1,10 +1,7 @@
{ lib, pkgs, nixosConfigurations, ... }:
{
imports = [
./hardware.nix
./secret.nix
];
imports = [ ./hardware.nix ];
time.timeZone = "Europe/Berlin";