summaryrefslogtreecommitdiff
path: root/modules/system/base.nix
AgeCommit message (Collapse)Author
2024-11-25system: fix detection and ownership of /etc/synthetic.confAiden Scandella
This file is owned by root and mode 600 on my system, so the grep is failing and it's adding a new entry every run. ```sh -rw------- 1 root wheel 664 Nov 25 15:52 /etc/synthetic.conf ```
2024-11-21system: always add /run to /etc/synthetic.conf on macOS 10.15 onwardsMichael Hoang
Currently if nix-darwin is uninstalled then reinstalled without rebooting, then the `/run` symlink will still remain and nix-darwin won't readd `run` to `/etc/synthetic.conf` meaning the system will be broken on next reboot.
2024-11-07checks: move manual `/run` instructions to activationMichael Hoang
2023-07-11Allow flaky installation with `darwin-rebuild`Michael Hoang