Update 'nixconf.sh'

This commit is contained in:
MK 2023-02-12 15:49:57 +01:00
parent d2fefb7e5d
commit fbcac55c32

View file

@ -1,5 +1,7 @@
#!/bin/bash
#Wlan password:
pw="enter password here"
#nix-shell -p git
echo "=================================================="
echo "replacing config"
@ -10,8 +12,9 @@ git clone https://dev.spittank.org/MK/NixConfig.git
cp /etc/nixos/NixConfig/configuration.nix /etc/nixos/
rm -r /etc/nixos/NixConfig/
echo "=================================================="
read -p "name the device number" number
sed -i "s/nixoslaptop/nixoslaptop$number/g" configuration.nix
read -p "name the device number" number
sed -i "s/xxxYYYxxx/$pw/g" configuration.nix
echo "=================================================="
echo "generating config"
echo "=================================================="