mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 20:20:33 +01:00
enable wg for beleth
This commit is contained in:
parent
660a79e748
commit
e1c3cae409
|
@ -82,6 +82,7 @@ with lib; {
|
||||||
|
|
||||||
networking.hostName = "beleth"; # Define your hostname.
|
networking.hostName = "beleth"; # Define your hostname.
|
||||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||||
|
networking.wireguard.enable = true;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue