modules: update to NixOS 24.11
This commit is contained in:
parent
a3ded4cf74
commit
3ce3a000b2
2 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ let
|
|||
clientBaseConfig = {
|
||||
imports = [ ../modules/modules.nix ];
|
||||
|
||||
system.switch.enable = true;
|
||||
|
||||
nixpkgs.pkgs = pkgs;
|
||||
|
||||
nix-bitcoin.generateSecrets = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue