Skip to content

Commit

Permalink
fix: create directory before putting file there (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Mar 22, 2023
1 parent bf9a503 commit 1cea203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/ublue-nix-install
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo semanage fcontext -a -t etc_t '/var/lib/nix/store/[^/]+/etc(/.*)?' ; sudo s
echo "Creating service files"
sleep 1
echo "Creating SSL cert file"

sudo mkdir -p /etc/systemd/system/nix-daemon.service.d/
sudo tee /etc/systemd/system/nix-daemon.service.d/override.conf <<EOF
[Service]
Environment="NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt"
Expand Down

0 comments on commit 1cea203

Please sign in to comment.