mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
Fix unexisting group
This commit is contained in:
parent
18cd7a5c8b
commit
4ab1b6c8e9
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ with lib;
|
||||||
|
|
||||||
config = mkIf cfg.enable
|
config = mkIf cfg.enable
|
||||||
{
|
{
|
||||||
sops.secrets.bin-cache-priv-key = {
|
sops.secrets.bin-cache-priv-key = {};
|
||||||
owner = "nix-serve";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nix-serve = {
|
services.nix-serve = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue