1
0
Fork 0

Update from master 2023-10-22T01:03+00:00

This commit is contained in:
Flake Update Bot 2023-10-22 03:03:02 +02:00
commit 46df9afb0c
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ sed -i "s~# boot\.loader\.grub\.device = \"/dev/sda\";~boot\.loader\.grub\.devic
echo "[I] Install NixOS"
export NIX_CONFIG=<(echo "experimental-features = flakes nix-command\nsubstituters = https://nix-cache.clerie.de\ntrusted-public-keys = nix-cache.clerie.de:bAt1GJTS9BOTcXFWj3nURrSlcjqikCev9yDvqArMP5g=\n" )
NIX_CONFIG=$(printf "extra-experimental-features = flakes nix-command\nextra-substituters = https://nix-cache.clerie.de\nextra-trusted-public-keys = nix-cache.clerie.de:bAt1GJTS9BOTcXFWj3nURrSlcjqikCev9yDvqArMP5g=\n")
export NIX_CONFIG
nixos-install --flake "/mnt/etc/nixos#${hostname}" --root /mnt --no-root-password