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 85ca072e66ec2d66748f91483bd66b68c72e4c7e
parent 26d4df10d07c954921a09f961f1946b95e214171
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 26 Sep 2023 10:28:01 +0200

Try to update the discourse

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

diff --git a/flake.nix b/flake.nix @@ -42,7 +42,6 @@ # Acessible through 'nix build', 'nix shell', etc packages = forAllSystems (system: let - nixpkgs.legacyPackages.${system}.discourse = nixpkgs-discourse.legacyPackages.${system}.discourse; pkgs = nixpkgs.legacyPackages.${system}; build-draupnir = { # TODO: Pull Draupnir diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -393,6 +393,7 @@ }; discourse = { + package = inputs.nixpkgs-discourse.${pkgs.system}.discourse; enable = true; database = { host = "postgres.internal.midnightthoughts.space";