This commit is contained in:
mjallen18
2025-09-23 19:06:19 -05:00
parent aa0d09d3c9
commit 4a00394402
4 changed files with 12 additions and 3 deletions

View File

@@ -8,11 +8,13 @@
}:
{
imports = [
./adguard.nix
# ./adguard.nix
./boot.nix
./sops.nix
];
virtualisation.docker.enable = true;
${namespace} = {
# ###################################################
@@ -52,7 +54,7 @@
# # Services # #
# ###################################################
services.home-assistant.enable = true;
services.home-assistant.enable = false;
# ###################################################
# # Network # #