From 14463db19938062e105eff95e0f2ebdc309124de Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Sun, 20 Mar 2022 09:53:47 -0400 Subject: [PATCH] nixos/routnerr-2: switch to CoreRAD unstable for v1.1.0 --- nixos/routnerr-2/corerad.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nixos/routnerr-2/corerad.nix b/nixos/routnerr-2/corerad.nix index f38498e..ea9a316 100644 --- a/nixos/routnerr-2/corerad.nix +++ b/nixos/routnerr-2/corerad.nix @@ -1,13 +1,17 @@ { lib, ... }: -let vars = import ./lib/vars.nix; +let + unstable = import { }; + 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.