hetzner-dedicated/zfs: Make /etc/nix/nix.conf 0664

This commit is contained in:
Akshay Mankar 2023-10-13 17:46:03 +02:00
parent e2fc0536ae
commit 52493e41c9
Signed by: axeman
GPG key ID: CA08F3AB62369B89

View file

@ -268,6 +268,8 @@ mount /dev/md127 /mnt/boot/efi
mkdir -p /etc/nix mkdir -p /etc/nix
echo "build-users-group =" > /etc/nix/nix.conf echo "build-users-group =" > /etc/nix/nix.conf
chmod 0664 /etc/nix/nix.conf
# using determinate systems installer, for more information # using determinate systems installer, for more information
# check https://github.com/DeterminateSystems/nix-installer # check https://github.com/DeterminateSystems/nix-installer
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install