nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

nix modules for darwin

Results 266 nix-darwin issues
Sort by recently updated
recently updated
newest added

I've set up my local `linux-builder` to emulate `x86_64-linux` as well as `aarch64-linux` (jury's out as to how well that will work), but I still need to be able to...

`--pgdata/-D` option is missing and without it database cannot be initialised.

For example, setting this in `~/.config/nix-darwin/flake.nix` still requires running `chsh -s /run/current-system/sw/bin/fish`. ```nix programs.fish.enable = true; environment.shells = [pkgs.fish]; users.users.${mainUser} = { home = "/Users/${mainUser}"; shell = pkgs.fish; }; ```...

https://github.com/LnL7/nix-darwin/blob/master/README.md?plain=1#L14-L21 These lines warn that the "Using `darwin-installer` is no longer necessary on flake based systems", but does not provide an explanation on how to install if _are_ using a...

If `/var/lib/redis` dir does not exist, `services.redis.enable = true` would fail silently. It succeeds after `/var/lib/redis` created. ``` ❯ /nix/store/hgkxn25dcp03lpxpz138kczw0xyxi3q4-redis-7.0.11/bin/redis-server /etc/redis.conf *** FATAL CONFIG FILE ERROR (Redis 7.0.11) *** Reading...

I would like to be able to configure my kerberos setup with nix-darwin. NixOS has krb5 options to configure the `krb.conf` file (https://github.com/NixOS/nixpkgs/blob/nixos-23.05/nixos/modules/config/krb5/default.nix) that are not present in nix-darwin. I...

Copies the `/etc/hosts` configuration ability from NixOS. This allows users to configure their hosts declaratively. On my system `/etc/hosts` was locked, however this appears to not always be the case....

The `brewPrefix` value defaults to `/opt/homebrew/bin` or `/usr/local/bin`, which is a bit misleading considering that the "prefix" should refer to the next level up (`/opt/homebrew` or `/usr/local`), which also happens...

They don"t work. The documentation needs to also say when editing flake.nix Edit the two "simple" in the end of the file to the first part of the machine name...