feat: Disable home-assistant

This commit is contained in:
uttarayan21
2025-01-13 11:00:28 +05:30
parent 4e7955d5fe
commit cb928fd3d0
3 changed files with 4 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
services = {
atuin = {
enable = true;
openRegistration = false;
};
caddy = {
virtualHosts."atuin.darksailor.dev".extraConfig = ''

View File

@@ -2,7 +2,7 @@
imports = [
./atuin.nix
./authelia.nix
./home-assistant.nix
# ./home-assistant.nix
# ./navidrome.nix
# ./llama.nix
./nextcloud.nix

View File

@@ -1,11 +1,7 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
services = {
home-assistant = {
enable = true;
enable = false;
extraComponents = [
"esphome"
"met"