fixed missing folder copy for system
This commit is contained in:
parent
f7f02a2f26
commit
26215eed7b
|
@ -13,6 +13,7 @@ case "$choice" in
|
||||||
cp -rv *.nix /etc/nixos/
|
cp -rv *.nix /etc/nixos/
|
||||||
cp -rv games /etc/nixos/
|
cp -rv games /etc/nixos/
|
||||||
cp -rv hardware /etc/nixos/
|
cp -rv hardware /etc/nixos/
|
||||||
|
cp -rv system /etc/nixos/
|
||||||
;;
|
;;
|
||||||
n|N )
|
n|N )
|
||||||
echo "aborting..."
|
echo "aborting..."
|
||||||
|
|
Loading…
Reference in New Issue