get rid of overlay for selfprivacy-graphql-api
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user