activated amdgpu module

This commit is contained in:
Sven Vogel 2023-12-15 11:08:28 +01:00
parent 90992598a2
commit ffaac68fa6
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ in
./core
./dev
./games
./hardware
];
# This value determines the NixOS release from which the default

View File

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