Fix ROCKPro config

This commit is contained in:
Jimbo 2025-02-28 10:50:07 -05:00
parent 3e5784056f
commit ac84d9f253

View file

@ -9,12 +9,14 @@
networking = {
hostName = "rubble";
hostId = "3d16423a";
hostId = "e0b1fcef";
wg-quick.interfaces.wgc.address = [ "10.100.0.28/24" ];
};
system = {
desktop.enable = true;
extlinux.enable = true;
wireless.enable = true;
wireguard.client.enable = true;
stateVersion = "24.11";
};