Fix unexisting group

This commit is contained in:
Julien Malka 2021-12-25 17:20:51 +01:00
parent 18cd7a5c8b
commit 4ab1b6c8e9
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F

View file

@ -15,9 +15,7 @@ with lib;
config = mkIf cfg.enable
{
sops.secrets.bin-cache-priv-key = {
owner = "nix-serve";
};
sops.secrets.bin-cache-priv-key = {};
services.nix-serve = {
enable = true;