Fix nix on new installations

This commit is contained in:
Manuel Thalmann 2024-07-13 17:27:53 +02:00
parent 1d3b22d78e
commit 563e1bcdc7

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"