Remove all git-crypt
This commit is contained in:
parent
22836a44d7
commit
97409f47e4
19 changed files with 86 additions and 47 deletions
|
@ -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"; }
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
{ lib, pkgs, nixosConfigurations, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./secret.nix
|
||||
];
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue