Fix ROCKPro config
This commit is contained in:
parent
3e5784056f
commit
ac84d9f253
1 changed files with 3 additions and 1 deletions
|
@ -9,12 +9,14 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "rubble";
|
hostName = "rubble";
|
||||||
hostId = "3d16423a";
|
hostId = "e0b1fcef";
|
||||||
|
wg-quick.interfaces.wgc.address = [ "10.100.0.28/24" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
desktop.enable = true;
|
desktop.enable = true;
|
||||||
extlinux.enable = true;
|
extlinux.enable = true;
|
||||||
|
wireless.enable = true;
|
||||||
wireguard.client.enable = true;
|
wireguard.client.enable = true;
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue