nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 6451ea4794263e67e58166ea38437e99af995096
parent 85ca072e66ec2d66748f91483bd66b68c72e4c7e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 26 Sep 2023 10:28:41 +0200

Try to update the discourse

Diffstat:
Mnixos/worker-1/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -393,7 +393,7 @@ }; discourse = { - package = inputs.nixpkgs-discourse.${pkgs.system}.discourse; + package = inputs.nixpkgs-discourse.legacyPackages.${pkgs.system}.discourse; enable = true; database = { host = "postgres.internal.midnightthoughts.space";