Compare commits
No commits in common. "931fe57cf29e57661b815b5e8d5afa8e97fa02e5" and "fd4e6aeae35d421f3e89c460bef51bc9471e63f7" have entirely different histories.
931fe57cf2
...
fd4e6aeae3
@ -1,5 +0,0 @@
|
|||||||
# clerie's nixfiles
|
|
||||||
|
|
||||||
This repository contains all the configuration for clerie's infrastructure.
|
|
||||||
|
|
||||||
[Build Status](https://hydra.clerie.de/jobset/nixfiles/nixfiles#tabs-jobs) | [Installer ISO](https://hydra.clerie.de/job/nixfiles/nixfiles/iso/latest)
|
|
@ -9,10 +9,10 @@
|
|||||||
return = ''301 https://clerie.de'';
|
return = ''301 https://clerie.de'';
|
||||||
};
|
};
|
||||||
locations."/impressum" = {
|
locations."/impressum" = {
|
||||||
return = ''301 https://legal.clerie.de/impressum'';
|
return = ''301 https://legal.clerie.de/#impressum'';
|
||||||
};
|
};
|
||||||
locations."/datenschutz" = {
|
locations."/datenschutz" = {
|
||||||
return = ''301 https://legal.clerie.de/datenschutz'';
|
return = ''301 https://legal.clerie.de/#datenschutz'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -10,12 +10,6 @@
|
|||||||
rev = "c6900226e3107a2e370a32759d83db472ab5450d";
|
rev = "c6900226e3107a2e370a32759d83db472ab5450d";
|
||||||
sha256 = "sha256-lOjbHqYc/85rjotwQ5Oj+MSWnDIfLx2w5mpiJkChbXU=";
|
sha256 = "sha256-lOjbHqYc/85rjotwQ5Oj+MSWnDIfLx2w5mpiJkChbXU=";
|
||||||
};
|
};
|
||||||
locations."/impressum" = {
|
|
||||||
return = ''301 https://legal.clerie.de/#impressum'';
|
|
||||||
};
|
|
||||||
locations."/datenschutz" = {
|
|
||||||
return = ''301 https://legal.clerie.de/#datenschutz'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user