format && add nix-serve for caching
This commit is contained in:
12
hosts/thea/nix-serve.nix
Normal file
12
hosts/thea/nix-serve.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = config.age.secrets.cache-privkey.path;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user