From f3885c80ae61d499bc112278ab6bc46c43eae964 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 1 Aug 2025 18:11:41 +0200 Subject: hedgedoc working again --- nix/hosts/corrino/configuration.nix | 24 +++++++++++---------- .../secrets/hedgedoc_environment_variables.age | Bin 911 -> 911 bytes .../secrets/hedgedoc_oidc_client_secret.age | Bin 454 -> 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 Binary files a/nix/hosts/corrino/secrets/hedgedoc_environment_variables.age and b/nix/hosts/corrino/secrets/hedgedoc_environment_variables.age differ diff --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 Binary files a/nix/hosts/corrino/secrets/hedgedoc_oidc_client_secret.age and b/nix/hosts/corrino/secrets/hedgedoc_oidc_client_secret.age differ -- cgit 1.4.1