get rid of overlay for selfprivacy-graphql-api

This commit is contained in:
Alexander Tomokhov
2023-11-06 12:18:08 +04:00
parent 7cee132d8e
commit b4b37f42f2
4 changed files with 36 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
{ userdata, selfprivacy-overlay, config, pkgs, lib, ... }:
{ userdata, config, pkgs, lib, ... }:
{
imports = [
./variables-module.nix
@@ -23,10 +23,6 @@
./git/gitea.nix
];
nixpkgs.overlays = [ (import selfprivacy-overlay) ];
# this should be specified in hardware-configuration.nix?
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
services.redis.servers.sp-api = {
enable = true;
save = [