nixos-config/nixos/hosts/marisa-7d76/disko-fs.nix

8 lines
96 B
Nix
Raw Normal View History

{ ... }:
2024-11-28 01:14:34 +08:00
{
environment.globalPersistence = {
enable = true;
root = "/persist";
};
}