update to 24.11
This commit is contained in:
parent
bc607e0526
commit
5f9b6e3701
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
url = "nixpkgs/nixos-24.05";
|
||||
url = "nixpkgs/nixos-24.11";
|
||||
};
|
||||
flake-utils = {
|
||||
url = "github:numtide/flake-utils";
|
||||
|
@ -665,7 +665,8 @@
|
|||
};
|
||||
networkConfig = {
|
||||
DHCP = "no";
|
||||
IPForward = "yes";
|
||||
IPv4Forwarding = "yes";
|
||||
IPv6Forwarding = "yes";
|
||||
};
|
||||
addresses =
|
||||
map
|
||||
|
|
Loading…
Add table
Reference in a new issue