summaryrefslogtreecommitdiff
path: root/modules/nixos/impermanence-ssh.nix
blob: 00dc29426101eee7cbeaf6a03af02c0efcd4d746 (plain)
1
2
3
4
{
  # ONLY include this module AFTER a machine has been provisioned
  environment.persistence."/persist".directories = ["/etc/ssh"];
}