chore: upgrade to NixOS 24.05
This commit is contained in:
parent
bf90bef6c0
commit
a377290326
13 changed files with 36 additions and 32 deletions
modules
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue