Compare commits
No commits in common. "37803209cc14034a9c4e6b4de39bb8dd5ed584c0" and "cebc7be1bf49280de630332658098edbca61958b" have entirely different histories.
37803209cc
...
cebc7be1bf
|
@ -1,4 +1,6 @@
|
|||
{lib, outputs, ...}: {
|
||||
{ lib, ...}: let
|
||||
ips = import ./modules/ips.nix;
|
||||
in {
|
||||
imports = [
|
||||
# Base configs
|
||||
./base.nix
|
||||
|
@ -44,7 +46,7 @@
|
|||
hardware.opengl.driSupport32Bit = lib.mkForce false;
|
||||
|
||||
# Set the VPN IP per machine
|
||||
networking.wireguard.interfaces."${outputs.ips.wgInt}".ips = [ "${outputs.ips.wgSpan}.17/24" ];
|
||||
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…
Reference in a new issue