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:
parent
482509d5c4
commit
19d66287a0
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue