Do you have a single #nixos #flake for multiple devices using different #nixosconfigurations in which for each device you have a specified /persist data location as part of an #impermanence setup? I am looking for examples, tips and foot-gun alerts.... cheers.

@adingbatponder my config is kinda like that but i dont have any footguns coming to my mind.

https://github.com/Alper-Celik/MyConfig

Also still gotta write readme for my nixos configs lol

GitHub - Alper-Celik/MyConfig: almost all of my config files, dotfiles, programs managed with home manager and nixos

almost all of my config files, dotfiles, programs managed with home manager and nixos - Alper-Celik/MyConfig

GitHub
@Alper_Celik Thanks. Really interesting to see the setup. For impermanence I do not on the fly see any difference between the different machines listed in the Configs/hardware (which is how I currently have it also) or have I missed something. I am seeking a flake example that has different hardware (mount) locations for different machines... just wondering, no problem.