Fix nix on new installations
This commit is contained in:
parent
bc7869bce5
commit
7c0710bb78
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ function copyNixConfig -V dir
|
|||
end
|
||||
|
||||
if [ (id -u) -eq 0 ]
|
||||
copyNixConfig;
|
||||
set -l name (getConfig valhalla.setupUser.name)
|
||||
set -l sudoConfig "/etc/sudoers.d/PortValhalla"
|
||||
|
||||
|
|
Loading…
Reference in a new issue