aboutsummaryrefslogtreecommitdiff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-08 08:19:43 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-08 08:19:43 -0700
commite72b2b9d08ac8b6575a2f6c3504b94dcf3a84b96 (patch)
tree63fca796db04315a5248bb4ed5a614f181362c7f /modules/hardware/default.nix
parentmove droplet specific settings to its own module (diff)
downloadinfra-e72b2b9d08ac8b6575a2f6c3504b94dcf3a84b96.tar.gz
Revert "move droplet specific settings to its own module"
This reverts commit 3b47113c28c5180d4d5d710e3c1fe74f95aa7226.
Diffstat (limited to 'modules/hardware/default.nix')
-rw-r--r--modules/hardware/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix
deleted file mode 100644
index f6ea0d9..0000000
--- a/modules/hardware/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ ... }:
-{
- imports = [
- ./do-droplet.nix
- ];
-}