monolith: fix nix serve
This commit is contained in:
parent
ebe532daec
commit
18357e7779
5 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
secretKeyFile = config.age.secrets.monolith-nix-serve-privkey.path;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue