diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:06:04 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-08 08:06:04 -0700 |
| commit | 3b47113c28c5180d4d5d710e3c1fe74f95aa7226 (patch) | |
| tree | c4839046153034017da079f4bd5ff64c32d984b1 /modules/hardware/default.nix | |
| parent | move deployment bits to colmena declaration (diff) | |
| download | infra-3b47113c28c5180d4d5d710e3c1fe74f95aa7226.tar.gz | |
move droplet specific settings to its own module
Diffstat (limited to '')
| -rw-r--r-- | modules/hardware/default.nix | 6 |
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 + ]; +} |
