fixed missing folder copy for system

This commit is contained in:
Sven Vogel 2023-12-21 20:57:38 +01:00
parent f7f02a2f26
commit 26215eed7b
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ case "$choice" in
cp -rv *.nix /etc/nixos/
cp -rv games /etc/nixos/
cp -rv hardware /etc/nixos/
cp -rv system /etc/nixos/
;;
n|N )
echo "aborting..."