about summary refs log tree commit diff
path: root/modules/persistence/systemd/default.nix
blob: 639e2f3076cc428f92138cb33f88fb88c448028e (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }:

{
  fileSystems."/var/log/journal" = {
    device = "/persist/safe/var/log/journal";
    options = [ "bind" ];
  };
}