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

nixos/routnerr-2: switch to CoreRAD unstable for v1.1.0

This commit is contained in:
Matt Layher 2022-03-20 09:53:47 -04:00
parent 3f6919bff7
commit 14463db199

View file

@ -1,13 +1,17 @@
{ lib, ... }:
let vars = import ./lib/vars.nix;
let
unstable = import <nixos-unstable-small> { };
vars = import ./lib/vars.nix;
in {
services.corerad = {
enable = true;
# Enable as necessary to get development builds of CoreRAD.
# package = unstable.corerad;
#
# v1.1.0 is in unstable as of March 2022.
package = unstable.corerad;
settings = with vars.interfaces; {
# Base non-interface configuration.