Fix nix on new installations

This commit is contained in:
Manuel Thalmann 2024-07-13 17:27:53 +02:00
parent bc7869bce5
commit 7c0710bb78

View file

@ -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"