mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Create networking abstraction on top of nebula
This commit is contained in:
parent
6804112df6
commit
252abe9443
15 changed files with 223 additions and 165 deletions
|
|
@ -23,14 +23,17 @@
|
|||
};
|
||||
de.hyprland.enable = true;
|
||||
|
||||
networking = {
|
||||
overlay.address = "10.254.250.1";
|
||||
underlay.interface = "enp6s0";
|
||||
isClient = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
gc.enable = true;
|
||||
sound.enable = true;
|
||||
nebula.node = {
|
||||
enable = true;
|
||||
address = "10.254.250.1";
|
||||
isClient = true;
|
||||
};
|
||||
nebula.enable = true;
|
||||
sshd.enable = true;
|
||||
syncthing = {
|
||||
enable = true;
|
||||
deviceId = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue