enable = true;
location = "/git";
group = "git";
- virtualHost = "awful.systems these.awful.systems these";
+ #virtualHost = "awful.systems these.awful.systems these";
};
services.gitweb = {
{ pkgs, ... }:
{
- imports =
- [ ../../hardware/hetzner-cloud/cpx31.nix ../../secrets ../../maint-mode ];
+ imports = [
+ ../../hardware/hetzner-cloud/cpx31.nix
+ ../../secrets
+ ../../lemmy
+ ../../git/proxy-pass.nix
+ ../../maint-mode
+ ];
networking.hostName = "more";
-
- awful.systems.maint-mode = {
- enable = true;
- virtualHost = "awful.systems";
- };
}
{ pkgs, ... }:
+
{
imports = [
- ../../hardware/hetzner-cloud/cp21.nix
+ ../../hardware/hetzner-cloud/cx21.nix
../../secrets
../../pass
- ../../lemmy
+ #../../lemmy
+ ../../maint-mode
../../git
];
networking.hostName = "these";
+
+ awful.systems.maint-mode = {
+ enable = true;
+ virtualHost = "awful.systems";
+ };
}
html {
background-color: rgb(34, 34, 34);
color: white;
+ font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif;
+}
+
+a {
+ color: rgb(231, 76, 60);
+ text-decoration: none;
+}
+
+a:visited {
+ color: rgb(231, 76, 60);
+ text-decoration: none;
}
.content {