aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-24 02:23:23 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-24 02:23:23 -0700
commitdea5d1b4b9a724b996b6e9dbf2ebb291972dabdc (patch)
treefcfb5995b94902884d96d4ecadc62664567a8ae1 /README.md
parent69193d145fc5134fa6c65adece79acde808c30a3 (diff)
Add notes about not included yet infrastructure configs
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0287c1..040e3ea 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,15 @@ build and run without make:
cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c
./remote_plot
```
+
+infrastructure configs not included yet:
+- raspberry pi:
+ - /etc/wireguard/wg0.conf wireguard config
+ - /etc/NetworkManager/system-connections/wg0.nmconnection networkmanager wireguard config imported from wireguard config
+ - /etc/modules-load.d/wireguard.conf autostart load wireguard kernel module, see <https://wiki.archlinux.org/title/Kernel_module#systemd>
+ - /etc/systemd/system/can0.service autostart can bus configs
+- server and laptop
+ - wireguard related configs
+ - files in /etc/wireguard
+ - files in /etc/NetworkManager/system-connections
+ - /etc/nftables.conf nftables firewall configs