diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2025-03-27 16:42:13 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-03-31 12:13:18 +0200 |
| commit | 73aa2fb3f12b8de1e8e6b2bfa2534d4b1bd73b1d (patch) | |
| tree | 9d7f6563655b410ee24d6173876cc830bd2b6ae5 | |
| parent | 5d52955335814b1580e67225c853ae5d56933ba7 (diff) | |
| download | mullvadvpn-73aa2fb3f12b8de1e8e6b2bfa2534d4b1bd73b1d.tar.xz mullvadvpn-73aa2fb3f12b8de1e8e6b2bfa2534d4b1bd73b1d.zip | |
Update to nixos-24.11
| -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 = { |
