blob: e512563942c68047ad4b3e9ddd9a4353b0af162b (
plain)
1
2
3
4
5
6
7
8
9
|
{...}:
let
sources = import ../nix/sources.nix {};
in
{
#imports = [ "${sources.nixpkgs-unstable}/nixos/modules/services/networking/pleroma.nix" ];
# to stop the manual breaking from the stable / unstable mix
}
|