snylonue
snylonue
> No you should use the NixOS module, not the HM module. > > From the error, I have a suspicion that you didn't share your full config, because that...
```nix { imports = [ ./../../modules/system/xray.nix ]; config = { nixpkgs.hostPlatform = "x86_64-linux"; sops = { age.sshKeyPaths = [ "/etc/ssh/nix-sops" ]; secrets = { secret = { sopsFile = ./secrets/secret.json;...
```nix options = { system = lib.mkOption { type = lib.types.raw; }; services.openssh = { enable = lib.mkOption { type = lib.types.bool; default = false; }; }; }; ``` I...
It seems that system-manager needs to handle `system.activationScripts` https://github.com/Mic92/sops-nix/blob/538c114cfdf1f0458f507087b1dcf018ce1c0c4c/modules/sops/default.nix#L331-L347
> relevant: [Mic92/sops-nix#39](https://github.com/Mic92/sops-nix/pull/39) But the pr has been opened for 3 years. Could we do something now?
gpt-4o 比 gemimi 快
希望能自定义请求超时的设置,目前用 gpt 翻译稍长的内容就需要数十秒完成
> > 希望能自定义请求超时的设置,目前用 gpt 翻译稍长的内容就需要数十秒完成 > > 如果5秒都不够,可以增加这个设置。 测试下来 100 多字的内容就要 15s 了 另外 openai 的 api 用流式请求响应时间会更短,希望能增加这个功能
> > > > 希望能自定义请求超时的设置,目前用 gpt 翻译稍长的内容就需要数十秒完成 > > > > > > > > > 如果5秒都不够,可以增加这个设置。 > > > > > > 测试下来 100 多字的内容就要 15s 了 > >...
same issue on cloudcone vps with 1GB of RAM the installation stuck on fetching from nix store ```sh [root@nixos-installer:~]# df Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 478724 7536...