Fix unexisting group

This commit is contained in:
Julien Malka 2021-12-25 17:20:51 +01:00
parent 7c0c58b3d2
commit 78589a1fd7

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;