mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-25 21:11:27 +00:00
Fixed Pleroma configs naming issues
This commit is contained in:
parent
bd06d78e55
commit
93ce271890
|
@ -832,7 +832,7 @@ stdenv.mkDerivation {
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > /etc/nixos/social/pleroma-package.nix << EOF
|
cat > /etc/nixos/social/pleroma-module.nix << EOF
|
||||||
{ config, options, lib, pkgs, stdenv, ... }:
|
{ config, options, lib, pkgs, stdenv, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.services.pleroma;
|
cfg = config.services.pleroma;
|
||||||
|
@ -967,7 +967,7 @@ in {
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > /etc/nixos/social/pleroma-module.nix << EOF
|
cat > /etc/nixos/social/pleroma.nix << EOF
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [(self: super: {
|
nixpkgs.overlays = [(self: super: {
|
||||||
|
|
Loading…
Reference in a new issue