Fixed bad substitution

master
Illia Chub 2021-02-23 11:51:02 +02:00
parent 4feae21eb4
commit bd06d78e55
1 changed files with 58 additions and 58 deletions

View File

@ -44,7 +44,7 @@ makeConf() {
./mailserver/system/mailserver.nix
./vpn/ocserv.nix
./api/api.nix
./api/api-service.nix
./api/api-module.nix
./social/pleroma-module.nix
./social/pleroma.nix
./letsencrypt/acme.nix
@ -658,7 +658,7 @@ in
if pkgs.lib.inNixShell then drv.env else drv
EOF
cat > /etc/nixos/api/api-service.nix << EOF
cat > /etc/nixos/api/api-module.nix << EOF
{ config, lib, pkgs, ... }:
with lib;
@ -967,7 +967,7 @@ in {
}
EOF
cat > /etc/nixos/social/pleroma-package.nix << EOF
cat > /etc/nixos/social/pleroma-module.nix << EOF
{ pkgs, ... }:
{
nixpkgs.overlays = [(self: super: {