diff --git a/hosts/web-2/legal.nix b/hosts/web-2/legal.nix index 07c25f4..f4bf95a 100644 --- a/hosts/web-2/legal.nix +++ b/hosts/web-2/legal.nix @@ -7,8 +7,8 @@ forceSSL = true; root = pkgs.fetchgit { url = "https://git.clerie.de/clerie/legal.clerie.de.git"; - rev = "c6900226e3107a2e370a32759d83db472ab5450d"; - sha256 = "sha256-lOjbHqYc/85rjotwQ5Oj+MSWnDIfLx2w5mpiJkChbXU="; + rev = "b271b9729f4545c340ce9d16ecbca136031da409"; + sha256 = "sha256-uw69o7LxK+JF1AojSyusU1urshBc63Bgva5lRBgQdKc="; }; locations."/impressum" = { return = ''301 https://legal.clerie.de/#impressum'';