snowfall migration wip framework12 config

This commit is contained in:
Aleksandr Lebedev 2025-08-09 22:44:28 +02:00
parent aaf4ff29c4
commit 0994847b4e
10 changed files with 3860 additions and 60 deletions

View file

@ -22,6 +22,10 @@ in {
};
config = mkIf cfg.enable {
${namespace}.impermanence = {
enable = true;
persistentStorage = "/persist";
};
disko.devices = {
disk.main = {
inherit (cfg) device;