pi5
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user