Compare commits
No commits in common. "46df9afb0c9d2521647cceed7bb207ceb3ae350b" and "31b1622eb1f8ae2b3624934e8f1964fff0ad0e57" have entirely different histories.
46df9afb0c
...
31b1622eb1
@ -107,8 +107,7 @@ sed -i "s~# boot\.loader\.grub\.device = \"/dev/sda\";~boot\.loader\.grub\.devic
|
||||
|
||||
echo "[I] Install NixOS"
|
||||
|
||||
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
|
||||
export NIX_CONFIG=<(echo "experimental-features = flakes nix-command\nsubstituters = https://nix-cache.clerie.de\ntrusted-public-keys = nix-cache.clerie.de:bAt1GJTS9BOTcXFWj3nURrSlcjqikCev9yDvqArMP5g=\n" )
|
||||
|
||||
nixos-install --flake "/mnt/etc/nixos#${hostname}" --root /mnt --no-root-password
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user