summary refs log blame commit diff stats
path: root/system/impermanence/mods/acme.nix
blob: b16171ed0bafb21ac9ba1984e07749be1d8290e3 (plain) (tree)
1
2
3
4
5



                                                
{...}: {
  environment.persistence."/srv".directories = [
    "/var/lib/acme"
  ];
}