Artificial intelligent assistant

Nixos unable to modify or chmod nix config - '/etc/nix/nix.conf' [root@nixos:/etc/nix]# sudo chmod 777 /etc/nix/nix.conf chmod: changing permissions of '/etc/nix/nix.conf': Read-only file system I remember this is some filesystem / Linux kernel utility to change this, I'm not sure what it's called though?

This file is managed by Nix - hence it's in the store path - and read only:


readlink -f /etc/nix/nix.conf
/nix/store/9cidrvc5n3fjf9zplxrwiyh0g9nq07bb-nix.conf


Instead in order to modify this, you need to set the `nix.extraOptions` in `configuration.nix` to modify this file.

<

* * *

Nix config can also be set at `~/.config/nix/nix.conf` though see here for more info: <

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 27079eabe116f1f4c268f8da8e0741e9