mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: back to stable CoreRAD
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
97a356ee23
commit
b9189e27ca
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ in {
|
|||
services.corerad = {
|
||||
enable = true;
|
||||
|
||||
# Use unstable for newer CoreRAD.
|
||||
package = unstable.corerad;
|
||||
# Enable as necessary to get development builds of CoreRAD.
|
||||
# package = unstable.corerad;
|
||||
|
||||
settings = with vars.interfaces; {
|
||||
# Base non-interface configuration.
|
||||
|
|
Loading…
Reference in a new issue