diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:19:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:19:43 -0700 |
| commit | e72b2b9d08ac8b6575a2f6c3504b94dcf3a84b96 (patch) | |
| tree | 63fca796db04315a5248bb4ed5a614f181362c7f /modules/hardware/default.nix | |
| parent | move droplet specific settings to its own module (diff) | |
| download | infra-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.nix | 6 |
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 - ]; -} |
