nix-config/sh/101-rng-tools
2018-08-31 15:43:45 -04:00

14 lines
311 B
Bash

#!/bin/sh
#
# The `rng-tools` package is used to increase entropy and make
# /dev/random faster. This is useful for many programs, including
# [SDDM](https://wiki.archlinux.org/index.php/SDDM).
#
# https://wiki.archlinux.org/index.php/Rng-tools
set -xe
sudo pacman -S rng-tools
systemctl enable rngd.service