summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-06-28 13:28:37 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2026-07-07 07:02:31 +0200
commitb214fb097a89c6ebfb1af7bbc33f24ce2e78c9c5 (patch)
tree22d735540cea49d1d9135e29e57d4da570dff4cd /config
parent89a3cca54feef9f449a618f4c56c5576c3f2b0c3 (diff)
downloadhephaistos-b214fb097a89c6ebfb1af7bbc33f24ce2e78c9c5.tar.gz
hephaistos-b214fb097a89c6ebfb1af7bbc33f24ce2e78c9c5.tar.bz2
hephaistos-b214fb097a89c6ebfb1af7bbc33f24ce2e78c9c5.tar.xz
nixos 25.11 -> 26.05
Flake lock file updates: • Updated input 'my-nixpkgs': 'git+https://git.aristote.fr/nix/my-nixpkgs?ref=refs/heads/master&rev=92003d192bda93665b9934659824eaeda71130c2' (2026-06-28) → 'git+https://git.aristote.fr/nix/my-nixpkgs?ref=refs/heads/master&rev=cbd7bf4ccf903ffb6419782c7ff30cc627ab340a' (2026-07-07) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/a9cf7546a938c737b079e738de73934a13de9784' (2026-06-27) → 'github:NixOS/nixos-hardware/662bd6e312d2c8b212e32cb377abaee190749320' (2026-07-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3cac626ec5e3703e835f227687e88aa9e2f25701' (2026-06-26) → 'github:NixOS/nixpkgs/a50de1b7d8a586adc18d2395c19de7d6058e6030' (2026-07-04)
Diffstat (limited to 'config')
-rw-r--r--config/default.nix2
-rw-r--r--config/networking.nix2
2 files changed, 2 insertions, 2 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 = {