diff options
| -rw-r--r-- | ci/ios/test-router/flake.lock | 8 | ||||
| -rw-r--r-- | ci/ios/test-router/flake.nix | 2 | ||||
| -rw-r--r-- | ci/ios/test-router/router-config.nix | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ci/ios/test-router/flake.lock b/ci/ios/test-router/flake.lock index 064ee7a736..6a449efb7e 100644 --- a/ci/ios/test-router/flake.lock +++ b/ci/ios/test-router/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1720535198, - "narHash": "sha256-zwVvxrdIzralnSbcpghA92tWu2DV2lwv89xZc8MTrbg=", + "lastModified": 1742937945, + "narHash": "sha256-lWc+79eZRyvHp/SqMhHTMzZVhpxkRvthsP1Qx6UCq0E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "205fd4226592cc83fd4c0885a3e4c9c400efabb5", + "rev": "d02d88f8de5b882ccdde0465d8fa2db3aa1169f7", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.11", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/ci/ios/test-router/flake.nix b/ci/ios/test-router/flake.nix index 7d7593907c..0650830934 100644 --- a/ci/ios/test-router/flake.nix +++ b/ci/ios/test-router/flake.nix @@ -1,7 +1,7 @@ { description = "Config for our testing router"; - inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; }; + inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; }; outputs = { self, nixpkgs }: { nixosConfigurations.app-team-ios-lab = nixpkgs.lib.nixosSystem { diff --git a/ci/ios/test-router/router-config.nix b/ci/ios/test-router/router-config.nix index c10a817145..49c6d74614 100644 --- a/ci/ios/test-router/router-config.nix +++ b/ci/ios/test-router/router-config.nix @@ -33,7 +33,7 @@ in networking.hostName = args.hostname; networking.useDHCP = true; - system.stateVersion = "23.11"; + system.stateVersion = "24.11"; systemd.network.netdevs."1-lanBridge" = { netdevConfig = { |
