{ pkgs, config, lib, inputs, ...}: { imports = [ #inputs.sops-nix.nixosModules.sops ]; # also one can access the path and then cat it services.ddclient = { enable = true; configFile = config.sops.templates."ddclient-temp".path; }; }