about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-08-01 18:11:41 +0200
committerEmile <git@emile.space>2025-08-01 18:11:41 +0200
commitf3885c80ae61d499bc112278ab6bc46c43eae964 (patch)
tree0e7d29b874f4f3679074cb9973ee23f2e80cf062
parentf520f1d9c41f4cde35668de1ec7554729c93ff19 (diff)
hedgedoc working again
-rw-r--r--nix/hosts/corrino/configuration.nix24
-rw-r--r--nix/hosts/corrino/secrets/hedgedoc_environment_variables.agebin911 -> 911 bytes
-rw-r--r--nix/hosts/corrino/secrets/hedgedoc_oidc_client_secret.agebin454 -> 454 bytes
3 files changed, 13 insertions, 11 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix
index 9ce6bf1..7683630 100644
--- a/nix/hosts/corrino/configuration.nix
+++ b/nix/hosts/corrino/configuration.nix
@@ -60,7 +60,7 @@ in
     #./www/ctf.emile.space.nix
     # ./www/magic-hash.emile.space.nix
 
-    ./www/mc.emile.space.nix
+    # ./www/mc.emile.space.nix
 
     # gemini
     # ./gemini/emile.space.nix
@@ -68,7 +68,7 @@ in
     # general purpose modules
 
     # r2wars
-    ./www/r2wa.rs.nix
+    # ./www/r2wa.rs.nix
 
     # milliways
     # ./remarvin.nix
@@ -552,15 +552,17 @@ in
         package = pkgs.qemu_kvm;
         runAsRoot = true;
         swtpm.enable = true;
-        # ovmf = {
-        #   enable = true;
-        #   packages = [
-        #     (pkgs.unstable.OVMF.override {
-        #       secureBoot = true;
-        #       tpmSupport = true;
-        #     }).fd
-        #   ];
-        # };
+        ovmf = {
+        enable = true;
+        packages = [
+          (
+            pkgs.OVMF.override {
+              secureBoot = true;
+              tpmSupport = true;
+            }
+          ).fd
+          ];
+        };
       };
     };
     podman = {
diff --git a/nix/hosts/corrino/secrets/hedgedoc_environment_variables.age b/nix/hosts/corrino/secrets/hedgedoc_environment_variables.age
index 96ed8d6..a5fe67e 100644
--- a/nix/hosts/corrino/secrets/hedgedoc_environment_variables.age
+++ b/nix/hosts/corrino/secrets/hedgedoc_environment_variables.age
Binary files differdiff --git a/nix/hosts/corrino/secrets/hedgedoc_oidc_client_secret.age b/nix/hosts/corrino/secrets/hedgedoc_oidc_client_secret.age
index c7f12ab..46d39fd 100644
--- a/nix/hosts/corrino/secrets/hedgedoc_oidc_client_secret.age
+++ b/nix/hosts/corrino/secrets/hedgedoc_oidc_client_secret.age
Binary files differ