Enable nix service immediately

This commit is contained in:
Manuel Thalmann 2024-12-04 14:41:49 +01:00
parent 351d3070d2
commit 7b53d0b506

View file

@ -5,6 +5,7 @@ begin
function installValhallaDeps -V dir function installValhallaDeps -V dir
source "$dir/../lib/software.fish" source "$dir/../lib/software.fish"
and pacinst fish git jq nix sudo tmux and pacinst fish git jq nix sudo tmux
sudo systemctl enable --now nix-daemon
end end
function getDeploymentScript -V dir function getDeploymentScript -V dir
@ -16,7 +17,6 @@ begin
waitNetwork waitNetwork
or exit or exit
sudo systemctl enable --now nix-daemon
and source "$dir/../lib/software.fish" and source "$dir/../lib/software.fish"
and source "$dir/../Software/base-devel/main.fish" and source "$dir/../Software/base-devel/main.fish"
and source "$dir/../Software/pacman/main.fish" and source "$dir/../Software/pacman/main.fish"