Ensure nix
works during setup
This commit is contained in:
parent
82171f7fa7
commit
280b30a0b2
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ if [ (id -u) -eq 0 ]
|
|||
rm "$sudoConfig"
|
||||
userdel -r "$name"
|
||||
else
|
||||
copyNixConfig;
|
||||
runHook initialize || true
|
||||
runHook installDrivers || true
|
||||
runHook installOS || true
|
||||
|
|
Loading…
Reference in a new issue