From 38bf8ef4f9f04a21e981ad0b99cfd1694323add9 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Wed, 22 May 2024 15:02:00 +0200 Subject: [PATCH] feat: move irc to gustave --- machines/gustave/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machines/gustave/default.nix b/machines/gustave/default.nix index 71b4dcf..6a679d8 100644 --- a/machines/gustave/default.nix +++ b/machines/gustave/default.nix @@ -42,5 +42,13 @@ ]; }; + luj.irc = { + enable = true; + nginx = { + enable = true; + subdomain = "irc"; + }; + }; + system.stateVersion = "23.11"; }