mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
nebula: Add laptop to network
This commit is contained in:
parent
f845b093f1
commit
c8db179bda
4 changed files with 19 additions and 3 deletions
|
|
@ -36,6 +36,10 @@
|
|||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
nebula.node = {
|
||||
enable = true;
|
||||
address = "10.254.250.3";
|
||||
};
|
||||
syncthing = {
|
||||
enable = true;
|
||||
deviceId = "Q4YPD3V-GXZPHSN-PT5X4PU-FBG4GX2-IASBX75-7NYMG75-4EJHBMZ-4WGDDAP";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue