Shyim

Results 161 comments of Shyim

Hey, I will close this PR as it's inactive for a while. Feel free to create a new one when you have updated it

We rewrote the entire webinstaller. It should be improved

Hey, I am closing this PR as it's inactive. Feel free to create a new one when it's updated

when we create users we would have also a writeable folder 🤔

I built some modules for my own needs. There is also one for MySQL https://github.com/shyim/nix-darwin-modules#mysql

Did anyone started with this? Maybe we could just start first with the config and see later how we could handle units? 😅

```nix { config, pkgs, lib, ... }: with lib; let cfg = config.programs.rclone; configOptions = types.nullOr (types.oneOf [ types.bool types.int types.float types.str (types.lazyAttrsOf configOptions) (types.listOf configOptions) ]) // { emptyValue.value...

``` ❯ openssl version OpenSSL 3.0.4 21 Jun 2022 (Library: OpenSSL 3.0.4 21 Jun 2022) ``` ``` ❯ cat /etc/apt/sources.list deb http://deb.debian.org/debian/ testing main contrib non-free deb-src http://deb.debian.org/debian/ testing main...

Yea. But I would try to keep it simple like `danger ci --use-thread`