pi/config/web.nix
Katharina Heidenreich 36822ce013 ref: cleanup
2026-04-04 17:06:07 +02:00

7 lines
72 B
Nix

rec {
stores = {
home = {
root = ../data/web;
};
};
}