summary refs log tree commit diff stats
path: root/system/impermanence/mods/taskserver.nix
blob: 9208aa4d37b9b0c0ccaaf130721662dabeb17d3c (plain) (blame)
1
2
3
4
5
{...}: {
  environment.persistence."/srv".directories = [
    "/var/lib/taskserver"
  ];
}