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

nixos/servnerr-3: switch to stable CoreRAD

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2022-03-01 10:41:31 -05:00
parent ae483d9058
commit 316d7ac031
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94
2 changed files with 3 additions and 6 deletions

View file

@ -1,8 +1,6 @@
{ lib, pkgs, ... }:
let
vars = import ./lib/vars.nix;
unstable = import <nixos-unstable-small> { };
let vars = import ./lib/vars.nix;
in {
imports = [
@ -83,8 +81,7 @@ in {
enable = true;
# Enable as necessary to get development builds of CoreRAD.
# v1.0.0 is packaged in unstable.
package = unstable.corerad;
# package = unstable.corerad;
settings = {
debug = {

View file

@ -143,7 +143,7 @@ in {
});
# Don't mount secondary, just import it on boot.
boot.zfs.extraPools = ["secondary"];
boot.zfs.extraPools = [ "secondary" ];
nixpkgs = {
# Only allow certain unfree packages.