diff --git a/configuration.nix b/configuration.nix index 6affd41..286ccf2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,7 @@ in ./core ./dev ./games + ./hardware ]; # This value determines the NixOS release from which the default diff --git a/nixos-build.sh b/nixos-build.sh index fbc1784..c601301 100644 --- a/nixos-build.sh +++ b/nixos-build.sh @@ -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..."