chore: upgrade to NixOS 24.05

This commit is contained in:
Felix Schröter 2024-05-26 11:31:08 +02:00
parent bf90bef6c0
commit a377290326
Signed by: felschr
GPG key ID: 671E39E6744C807D
13 changed files with 36 additions and 32 deletions
modules

View file

@ -18,6 +18,10 @@ let
${ipCfg.extraConfig}
'';
in {
# NixOS 24.05 introduced an official module, but it works somewhat differently.
# For now I'll continue using my own module.
disabledModules = [ "services/networking/inadyn.nix" ];
options = {
services.inadyn = {
enable = mkEnableOption (lib.mdDoc "inadyn DDNS client");