Loading
nixos/stage-2-init: Change permission of /etc/nixos only if it exists
When I boot there's a warning `stage-2-init: install: cannot change permissions of '/etc/nixos': No such file or directory` because my /etc/nixos is a symlink to $HOME/dotfiles. ``` /etc/nixos -> /home/artturin/dotfiles ``` These lines were added in 56b46539