summaryrefslogtreecommitdiff
path: root/hosts/iori.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iori.nix')
-rw-r--r--hosts/iori.nix5
1 files changed, 4 insertions, 1 deletions
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 = {