diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-27 21:31:58 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-06-28 20:53:05 +0200 |
commit | 7ae7a69635ce06807c75b8467d7e9bae72fc39a7 (patch) | |
tree | 0465dfd5e754a316c6855a111b928f93b950a883 | |
parent | fix(peertube): Activate smtp support (diff) | |
download | nixos-server-7ae7a69635ce06807c75b8467d7e9bae72fc39a7.tar.gz nixos-server-7ae7a69635ce06807c75b8467d7e9bae72fc39a7.zip |
style(system/services/mastodon): Remove forgotten `pkgs-unstable`
-rw-r--r-- | system/services/mastodon/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix index a721792..efc7335 100644 --- a/system/services/mastodon/default.nix +++ b/system/services/mastodon/default.nix @@ -1,6 +1,5 @@ { config, - pkgs-unstable, ... }: let emailAddress = "mastodon@vhack.eu"; |