Switch sites from single file to multiple.

This commit is contained in:
2021-11-22 10:34:31 -08:00
parent f8636e5a2e
commit 3787e44f2c
11 changed files with 90 additions and 109 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
{ pkgs, ... }:
{
config.fudo = import ./entities.nix {
helper-lib = pkgs.lib;
config = {
fudo = import ./entities.nix {
helper-lib = pkgs.lib;
};
};
}