Create networking abstraction

This commit is contained in:
SebastianStork 2026-01-11 18:24:11 +01:00
parent 6804112df6
commit 9bbd0c3e89
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
15 changed files with 221 additions and 165 deletions

View file

@ -10,6 +10,11 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
custom = {
networking = {
overlay.address = "10.254.250.1";
isClient = true;
};
sops.enable = true;
boot = {
@ -26,11 +31,8 @@
services = {
gc.enable = true;
sound.enable = true;
nebula.node = {
enable = true;
address = "10.254.250.1";
isClient = true;
};
nebula.node.enable = true;
sshd.enable = true;
syncthing = {
enable = true;
deviceId = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";