mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
chore: add nixpkgs-unstable as krops source
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ lib, pkgs, config, ... }:
|
||||
let
|
||||
inherit (import <niveum/lib>) nixpkgs-unstable tmpfilesConfig;
|
||||
inherit (import <niveum/lib>) tmpfilesConfig;
|
||||
nixpkgs-unstable = import <nixpkgs-unstable> {};
|
||||
|
||||
radioStore = "/var/lib/radio";
|
||||
htgenPort = 8080;
|
||||
meddl = { streamPort = 8000; mpdPort = 6600; };
|
||||
|
||||
Reference in New Issue
Block a user