modules: update to NixOS 24.11

This commit is contained in:
Erik Arvstedt 2024-12-13 23:21:24 +01:00
parent a3ded4cf74
commit 3ce3a000b2
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 3 additions and 1 deletions

View file

@ -91,7 +91,7 @@ let
enabledServices = filterAttrs (n: v: isEnabled n) cfg.services;
isEnabled = x: config.services.${x}.enable;
ip = "${pkgs.iproute}/bin/ip";
ip = "${pkgs.iproute2}/bin/ip";
iptables = "${config.networking.firewall.package}/bin/iptables";
bridgeIp = "169.254.${toString cfg.addressblock}.10";

View file

@ -14,6 +14,8 @@ let
clientBaseConfig = {
imports = [ ../modules/modules.nix ];
system.switch.enable = true;
nixpkgs.pkgs = pkgs;
nix-bitcoin.generateSecrets = true;