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 = { services = {
atuin = { atuin = {
enable = true; enable = true;
openRegistration = false;
}; };
caddy = { caddy = {
virtualHosts."atuin.darksailor.dev".extraConfig = '' virtualHosts."atuin.darksailor.dev".extraConfig = ''

View File

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

View File

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