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:
parent
d4a2f6a53f
commit
01546713a2
1 changed files with 2 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue