diff --git a/modules/home-manager.nix b/modules/home-manager.nix index 4776080..8de5f58 100644 --- a/modules/home-manager.nix +++ b/modules/home-manager.nix @@ -2,7 +2,7 @@ cfg = config.services.ssh-cert-dist; in { - config.imports = [ + imports = [ ./options.nix ]; config.systemd.user.services = mkIf cfg.enable (mapAttrs'