1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

add note about private/var/run

This commit is contained in:
Daiderd Jordan 2016-12-11 15:52:10 +01:00
parent 482509d5c4
commit 19d66287a0
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -22,6 +22,9 @@ $
## Install
This will link the system profile to `/run/current-system`, you have to create `/run` or symlink it to `private/var/run`.
If you use a symlink you'll probably also want to add `services.activate-system.enable = true;` to your configuration.
> NOTE: the system activation scripts don't overrwrite existing etc files, etc files like `/etc/bashrc` won't be used by default.
Either modify the existing file to source/import the one from `/etc/static` or remove the file.