Enable nix
service immediately
This commit is contained in:
parent
83c4b18dbe
commit
47417878d8
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,7 @@ begin
|
|||
function installValhallaDeps -V dir
|
||||
source "$dir/../lib/software.fish"
|
||||
and pacinst fish git jq nix sudo tmux
|
||||
sudo systemctl enable --now nix-daemon
|
||||
end
|
||||
|
||||
function getDeploymentScript -V dir
|
||||
|
@ -16,7 +17,6 @@ begin
|
|||
waitNetwork
|
||||
or exit
|
||||
|
||||
sudo systemctl enable --now nix-daemon
|
||||
and source "$dir/../lib/software.fish"
|
||||
and source "$dir/../Software/base-devel/main.fish"
|
||||
and source "$dir/../Software/pacman/main.fish"
|
||||
|
|
Loading…
Reference in a new issue