move hardware options to dump-dvb.nix

This commit is contained in:
oxapentane - 2022-07-10 16:42:55 +02:00
parent 96aa02baca
commit 366c9ecfa2
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -3,9 +3,6 @@
{
boot.tmpOnTmpfs = true;
hardware.hackrf.enable = true;
hardware.rtl-sdr.enable = true;
networking.hostName = "traffic-stop-box-${toString config.dump-dvb.systemNumber}"; # Define your hostname.
# Set your time zone.
@ -30,11 +27,6 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 1;
dump-dvb = {
installSSHKeys = true;
useBinaryCache = true;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave