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

nixos/servnerr-3: CoreRAD v1.0.0

This commit is contained in:
Matt Layher 2022-02-01 22:23:04 -05:00
parent 97a7be0874
commit 0b693340c5

View file

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