aboutsummaryrefslogtreecommitdiff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-08 08:06:04 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-08 08:06:04 -0700
commit3b47113c28c5180d4d5d710e3c1fe74f95aa7226 (patch)
treec4839046153034017da079f4bd5ff64c32d984b1 /modules/hardware/default.nix
parentmove deployment bits to colmena declaration (diff)
downloadinfra-3b47113c28c5180d4d5d710e3c1fe74f95aa7226.tar.gz
move droplet specific settings to its own module
Diffstat (limited to '')
-rw-r--r--modules/hardware/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix
new file mode 100644
index 0000000..f6ea0d9
--- /dev/null
+++ b/modules/hardware/default.nix
@@ -0,0 +1,6 @@
+{ ... }:
+{
+ imports = [
+ ./do-droplet.nix
+ ];
+}