{ den.aspects = { base = { nixos = { boot = { initrd.systemd.enable = true; tmp = { useTmpfs = true; cleanOnBoot = true; }; }; }; }; }; }