1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: upgrade to 21.05

This commit is contained in:
Matt Layher 2021-06-02 07:11:56 -04:00
parent d4a2f6a53f
commit 01546713a2

View file

@ -4,9 +4,7 @@
{ lib, pkgs, ... }:
let
vars = import ./lib/vars.nix;
unstable = import <nixos-unstable-small> { };
let vars = import ./lib/vars.nix;
in {
imports = [
@ -62,9 +60,7 @@ in {
# Enable ZFS.
supportedFilesystems = [ "zfs" ];
# Linux kernel 5.10 LTS, and explicitly enable drivetemp for SATA drive
# temperature reporting in hwmon.
kernelPackages = pkgs.linuxPackages_5_10;
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
kernelModules = [ "drivetemp" ];
kernelParams = [
@ -104,9 +100,6 @@ in {
corerad = {
enable = true;
# Use unstable for newer CoreRAD.
package = unstable.corerad;
settings = {
debug = {
address = ":9430";