aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-17 07:35:07 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-17 07:35:07 -0700
commited3ffb4b66b21fee7c17b88ab63fc13439fa2293 (patch)
treee84b6cb043a50050b1e9066c661fca9ba93ac3a7 /nix/modules/default.nix
parentimport my website under `src` (diff)
downloadinfra-ed3ffb4b66b21fee7c17b88ab63fc13439fa2293.tar.gz
build and deploy my personal website on the VM
Diffstat (limited to 'nix/modules/default.nix')
-rw-r--r--nix/modules/default.nix4
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
+}