actually switch nitter to unstable

This commit is contained in:
Jill 2023-01-22 08:30:45 +01:00
parent 1d5c375841
commit b16a1a7a19
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ in {
type = types.bool;
default = false;
};
package = pkgs.unstable.nitter;
domain = mkOption {
type = types.str;
default = "nitter.oat.zone";
@ -34,6 +33,7 @@ in {
services = {
nitter = {
enable = true;
package = pkgs.unstable.nitter;
server = {
address = "127.0.0.1";
port = cfg.port;