diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-17 07:35:07 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-17 07:35:07 -0700 |
| commit | ed3ffb4b66b21fee7c17b88ab63fc13439fa2293 (patch) | |
| tree | e84b6cb043a50050b1e9066c661fca9ba93ac3a7 /nix/modules/default.nix | |
| parent | import my website under `src` (diff) | |
| download | infra-ed3ffb4b66b21fee7c17b88ab63fc13439fa2293.tar.gz | |
build and deploy my personal website on the VM
Diffstat (limited to '')
| -rw-r--r-- | nix/modules/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/modules/default.nix b/nix/modules/default.nix new file mode 100644 index 0000000..3314156 --- /dev/null +++ b/nix/modules/default.nix @@ -0,0 +1,4 @@ +{ + fcuny-net = import ./fcuny-net.nix; + # Add other modules here as you create them +} |
