web02: bump stateVersion
This commit is contained in:
parent
939bed0be1
commit
fcca1880eb
2 changed files with 1 additions and 4 deletions
hosts/web02
|
@ -7,7 +7,4 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
|
|
||||||
# enabled by default for stateVersion < 23.11
|
|
||||||
boot.swraid.enable = false;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,6 +38,6 @@
|
||||||
# This is required to get an IPv6 address on our infrastructure
|
# This is required to get an IPv6 address on our infrastructure
|
||||||
networking.tempAddresses = "disabled";
|
networking.tempAddresses = "disabled";
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "24.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue