feat: try rework
This commit is contained in:
parent
1ddbd3b8b6
commit
ecf10628c3
51 changed files with 1941 additions and 445 deletions
9
config/web.nix
Normal file
9
config/web.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Declarative web store config.
|
||||
# Keep only root declarations here; parsing/loading happens in intermediate/web.nix.
|
||||
rec {
|
||||
stores = {
|
||||
home = {
|
||||
root = ../data/web;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue