summary refs log tree commit diff
path: root/machines/corsac
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-03-22 04:26:59 +0100
committerMel <mel@rnrd.eu>2025-03-22 04:26:59 +0100
commit297a73421bb584cb92619efd6c4a6cf8c6fd9e3d (patch)
treedccae1fae85b0bb33a94f5177cfc2bd20e19022e /machines/corsac
parent5a8161e086232c5d2262fc53a005464d16006eb5 (diff)
downloadnetwork-297a73421bb584cb92619efd6c4a6cf8c6fd9e3d.tar.zst
network-297a73421bb584cb92619efd6c4a6cf8c6fd9e3d.zip
Add bare-bones home-assistant service to grow upon
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/corsac')
-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";