nix-config/sh/101-rng-tools

14 lines
311 B
Plaintext
Raw Normal View History

2018-08-31 21:43:45 +02:00
#!/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