format && add nix-serve for caching
This commit is contained in:
9
hosts/thea/secrets/default.nix
Normal file
9
hosts/thea/secrets/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
age.secrets = {
|
||||
cache-privkey = {
|
||||
file = ./cache-privkey.age;
|
||||
mode = "700";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user