From d2f8537695338c6b186bb0d52489c66c6ae83b8d Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Mon, 16 Sep 2024 20:20:16 -0300 Subject: add blog module --- hosts/iori.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/iori.nix') diff --git a/hosts/iori.nix b/hosts/iori.nix index 896f836..e4839c5 100644 --- a/hosts/iori.nix +++ b/hosts/iori.nix @@ -14,7 +14,10 @@ default-user.enable = true; basic.enable = true; font-config.enable = false; - services.ddns.enable = true; + services = { + ddns.enable = true; + blog.enable = true; + }; }; boot = { -- cgit v1.2.3