mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: move back to unstable CoreRAD
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
a8dc7fef62
commit
de73b7c36b
1 changed files with 7 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
|||
{ lib, ... }:
|
||||
|
||||
let vars = import ./lib/vars.nix;
|
||||
let
|
||||
vars = import ./lib/vars.nix;
|
||||
unstable = import <nixos-unstable-small> { };
|
||||
|
||||
in {
|
||||
services.corerad = {
|
||||
enable = true;
|
||||
|
||||
# Use unstable for newer CoreRAD.
|
||||
package = unstable.corerad;
|
||||
|
||||
settings = with vars.interfaces; {
|
||||
# Base non-interface configuration.
|
||||
debug = {
|
||||
|
|
Loading…
Reference in a new issue