summary refs log tree commit diff
path: root/machines/corsac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/corsac/default.nix')
-rw-r--r--machines/corsac/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix
index fde09f6..d030b31 100644
--- a/machines/corsac/default.nix
+++ b/machines/corsac/default.nix
@@ -13,13 +13,14 @@
     ../../modules/nfs.nix
     ../../modules/jellyfin.nix
 
+    ../../services/home-assistant.nix
     ../../services/immich.nix
     ../../services/transmission.nix
   ];
 
   foundation.monitoring = {
     client.enable = true;
-    services = [ "base" "dns" "jellyfin" "immich" ];
+    services = [ "base" "dns" "home" "jellyfin" "immich" ];
   };
 
   system.stateVersion = "24.05";