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