diff options
| -rw-r--r-- | config/default.nix | 2 | ||||
| -rw-r--r-- | config/networking.nix | 2 | ||||
| -rw-r--r-- | flake.lock | 22 | ||||
| -rw-r--r-- | flake.nix | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/config/default.nix b/config/default.nix index 1d7ca98..f4c310b 100644 --- a/config/default.nix +++ b/config/default.nix @@ -20,5 +20,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "25.11"; # Did you read the comment? + system.stateVersion = "26.05"; # Did you read the comment? } diff --git a/config/networking.nix b/config/networking.nix index da38792..689e721 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -22,7 +22,7 @@ services.resolved = { enable = true; - dnsovertls = "opportunistic"; + settings.Resolve.DNSOverTLS = "opportunistic"; }; services.tailscale = { @@ -46,11 +46,11 @@ "nur": "nur" }, "locked": { - "lastModified": 1782645107, - "narHash": "sha256-X9bt5fWHZMxpQSbf+0yl3epThPsdmR5nn80gpp0JXkI=", + "lastModified": 1783400227, + "narHash": "sha256-9LvPlN5ggvEp9MRluL3wRbVdJSQa1E/F7niy9scZH0c=", "ref": "refs/heads/master", - "rev": "92003d192bda93665b9934659824eaeda71130c2", - "revCount": 400, + "rev": "cbd7bf4ccf903ffb6419782c7ff30cc627ab340a", + "revCount": 407, "type": "git", "url": "https://git.aristote.fr/nix/my-nixpkgs" }, @@ -64,11 +64,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1782562157, - "narHash": "sha256-a7+T6QSeowynwZ1ZJJbP8T8ntAytvrui8kFGJmIZt2c=", + "lastModified": 1783370751, + "narHash": "sha256-E+3MIMvKuo9k+K+qLQ9YXzsBzkgHuyVLnsEbN2DFfuc=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "a9cf7546a938c737b079e738de73934a13de9784", + "rev": "662bd6e312d2c8b212e32cb377abaee190749320", "type": "github" }, "original": { @@ -136,16 +136,16 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1782498288, - "narHash": "sha256-8/X3yyTXiE82b38n32ItbOqfWOVBl+gKa8fILyZfR4Q=", + "lastModified": 1783148766, + "narHash": "sha256-uslt2pqShTIXDdAHRHv2QkYLsVdY8Oqwz0EA48/RSM8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3cac626ec5e3703e835f227687e88aa9e2f25701", + "rev": "a50de1b7d8a586adc18d2395c19de7d6058e6030", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.11", + "ref": "nixos-26.05", "repo": "nixpkgs", "type": "github" } @@ -1,7 +1,7 @@ { inputs = { my-nixpkgs.url = "git+https://git.aristote.fr/nix/my-nixpkgs"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; }; outputs = |
