mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-01 20:55:51 +01:00
phone: Enable wireguard for VPN
This commit is contained in:
parent
8b72be1708
commit
f02ee75aa7
@ -54,6 +54,7 @@ in
|
|||||||
networking = {
|
networking = {
|
||||||
hostName = "mobile-nixos";
|
hostName = "mobile-nixos";
|
||||||
wireless.enable = false;
|
wireless.enable = false;
|
||||||
|
wireguard.enable = true;
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user