try harmonia instead of attic
This commit is contained in:
parent
d893b06a82
commit
f72e9c511d
12 changed files with 67 additions and 155 deletions
9
hosts/chunk/harmonia.nix
Normal file
9
hosts/chunk/harmonia.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }: {
|
||||
services.harmonia = {
|
||||
enable = true;
|
||||
signKeyPaths = [ config.sops.secrets."harmonia/key".path ];
|
||||
settings = {
|
||||
real_nix_store = "/mnt/harmonia";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue