Maybe unfinished support for wireguard Nix clients
This commit is contained in:
parent
8a27361843
commit
040d7392dc
5 changed files with 40 additions and 10 deletions
|
@ -36,11 +36,14 @@
|
|||
./services/mpd.nix
|
||||
];
|
||||
|
||||
# Set hostname
|
||||
networking.hostName = "JimPine";
|
||||
|
||||
# Disable 32 bit graphics
|
||||
hardware.opengl.driSupport32Bit = lib.mkForce false;
|
||||
|
||||
# Set hostname
|
||||
networking.hostName = "JimPine";
|
||||
# Set the VPN IP per machine
|
||||
networking.wireguard.interfaces."${ips.wgInt}".ips = [ "${ips.wgSpan}.17/24" ];
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "24.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue