hetzner-dedicated/zfs: Make /etc/nix/nix.conf 0664
This commit is contained in:
parent
e2fc0536ae
commit
52493e41c9
|
@ -268,6 +268,8 @@ mount /dev/md127 /mnt/boot/efi
|
|||
mkdir -p /etc/nix
|
||||
echo "build-users-group =" > /etc/nix/nix.conf
|
||||
|
||||
chmod 0664 /etc/nix/nix.conf
|
||||
|
||||
# using determinate systems installer, for more information
|
||||
# check https://github.com/DeterminateSystems/nix-installer
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||
|
|
Loading…
Reference in a new issue