mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
Fix unexisting group
This commit is contained in:
parent
7c0c58b3d2
commit
78589a1fd7
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue