This commit is contained in:
alejandro-angulo 2025-12-03 19:54:58 -08:00
parent 3906603d51
commit 3cad488ee0
4 changed files with 13 additions and 6 deletions

View file

@ -76,6 +76,7 @@ in
recorder.db_url = "postgresql://@/hass";
"automation ui" = "!include automations.yaml";
"scene ui" = "!include scenes.yaml";
};
};

View file

@ -49,9 +49,6 @@ in
};
advanced = {
channel = 11;
network_key = "GENERATE";
pan_id = "GENERATE";
ext_pan_id = "GENERATE";
};
frontend = {
enabled = true;
@ -60,6 +57,7 @@ in
homeassistant = {
enabled = true;
};
availability.enabled = true;
};
};

View file

@ -9,8 +9,8 @@
aa = {
nix = {
enable = true;
useSelfhostedCache = true;
remoteBuilder.client.enable = true;
useSelfhostedCache = false;
remoteBuilder.client.enable = false;
};
archetypes.workstation.enable = true;
@ -27,6 +27,10 @@
system.zfs.enable = true;
apps.yubikey.enable = true;
user.extraGroups = [
"dialout"
];
};
networking = {
@ -65,6 +69,10 @@
vlc
signal-desktop-bin
];
environment.pathsToLink = [
"/share/applications"
"/share/xdg-desktop-portal"
];
programs.adb.enable = true;
programs.light.enable = true;

View file

@ -17,7 +17,7 @@
aa = {
nix.enable = true;
nix.useSelfhostedCache = true;
nix.useSelfhostedCache = false;
services.tailscale = {
enable = true;