update nixos config backup

This commit is contained in:
2024-09-16 21:49:49 +02:00
parent 6eb48663b6
commit a4be83eb28
2 changed files with 22 additions and 8 deletions

View File

@@ -1,2 +1,11 @@
#!/usr/bin/env bash
DEVICE=$1
if [ -z $DEVICE ] ; then
echo "missing 1st argument (DEVICE), ie. the name of the device where the backup is being done"
exit 1
fi
cp /etc/nixos/* ./nixos/
mv ./nixos/configuration.nix ./nixos/$DEVICE-configuration.nix