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



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