From f66881aa5df80ff99fb685ba2beae3517f3477ec Mon Sep 17 00:00:00 2001 From: MK Date: Fri, 10 Feb 2023 23:23:46 +0100 Subject: [PATCH] Update 'nixconf.sh' --- nixconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixconf.sh b/nixconf.sh index ce4c276..112a1ed 100644 --- a/nixconf.sh +++ b/nixconf.sh @@ -4,8 +4,8 @@ echo "replacing config" cd /etc/nixos/ rm configuration.nix git clone https://dev.spittank.org/MK/NixConfig.git -read -p "name the device number" number -echo "$number" >> configuration.nix +#read -p "name the device number" number +#echo "$number" >> configuration.nix echo "generating config" nixos-rebuild switch while true; do