This commit is contained in:
mjallen18
2026-02-13 15:11:57 -06:00
parent 3b3ec68a3c
commit ae9075e795
5 changed files with 255 additions and 186 deletions

View File

@@ -8,6 +8,7 @@
}:
{
imports = [
./adguard.nix
./boot.nix
./sops.nix
];
@@ -99,7 +100,12 @@
# # Services # #
# ###################################################
services.home-assistant.enable = false;
services = {
nebula-lighthouse = {
enable = true;
port = 4242;
};
};
# ###################################################
# # Network # #
@@ -109,7 +115,7 @@
hostName = "pi5";
ipv4 = {
method = "manual";
address = "10.0.1.5/24";
address = "10.0.1.2/24";
gateway = "10.0.1.1";
dns = "1.1.1.1";
interface = "end0";