]> Untitled Git - awful.systems.git/commitdiff
swap lemmy deployment from these to more
authorself <self@awful.systems>
Sun, 2 Jul 2023 11:55:08 +0000 (04:55 -0700)
committerself <self@awful.systems>
Sun, 2 Jul 2023 11:55:08 +0000 (04:55 -0700)
git/default.nix
hosts/more/configuration.nix
hosts/these/configuration.nix
maint-mode/maint-mode.css

index cfc84f3d4216e5667bb014f8b738ceaa3649f25a..a9eac6cfb19a3699fa1c3247fa4f0ad085205d1e 100644 (file)
@@ -25,7 +25,7 @@ in {
     enable = true;
     location = "/git";
     group = "git";
-    virtualHost = "awful.systems these.awful.systems these";
+    #virtualHost = "awful.systems these.awful.systems these";
   };
 
   services.gitweb = {
index e1e7cbc1df6890021a68822a635d90f8a22c342c..73d6f3b04bd3ad4dc639c52f7824728dfd7ba2c7 100644 (file)
@@ -1,13 +1,13 @@
 { 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";
-  };
 }
index 284615d082aa5566be1ba3a4d8db6ac1350be62a..86e11e009e59252ad5c914dbd575f1a398f790aa 100644 (file)
@@ -1,12 +1,19 @@
 { 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";
+  };
 }
index 20045664342a8a118b564a9999e57265173aeff6..3928817f3161efe6311d4f7ed80af14142ec056d 100644 (file)
@@ -1,6 +1,17 @@
 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 {