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 = {
|
inputs = {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = "nixpkgs/nixos-24.05";
|
url = "nixpkgs/nixos-24.11";
|
||||||
};
|
};
|
||||||
flake-utils = {
|
flake-utils = {
|
||||||
url = "github:numtide/flake-utils";
|
url = "github:numtide/flake-utils";
|
||||||
|
@ -665,7 +665,8 @@
|
||||||
};
|
};
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DHCP = "no";
|
DHCP = "no";
|
||||||
IPForward = "yes";
|
IPv4Forwarding = "yes";
|
||||||
|
IPv6Forwarding = "yes";
|
||||||
};
|
};
|
||||||
addresses =
|
addresses =
|
||||||
map
|
map
|
||||||
|
|
Loading…
Add table
Reference in a new issue