mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Fixed bincache
This commit is contained in:
parent
b727539b09
commit
0c788fd30c
2 changed files with 12 additions and 4 deletions
|
@ -14,8 +14,16 @@ with lib;
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable
|
||||
{
|
||||
sops.secrets.bin-cache-priv-key = {};
|
||||
{
|
||||
users.users.nix-serve = {
|
||||
isSystemUser = true;
|
||||
};
|
||||
users.users.nix-serve.group = "nix-serve";
|
||||
users.groups.nix-serve = {};
|
||||
|
||||
sops.secrets.bin-cache-priv-key = {
|
||||
owner = "nix-serve";
|
||||
};
|
||||
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue