diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:36:54 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:36:54 -0800 |
| commit | 74aefd109ab4df4b41699c7245a995f8fde498c1 (patch) | |
| tree | e65a6bcbda87f23e1797db5b96c3a5259ede8d74 /modules/nixos/hardware/default.nix | |
| parent | simplify configuration for darwin (diff) | |
| download | infra-74aefd109ab4df4b41699c7245a995f8fde498c1.tar.gz | |
cleanup nixos related configurations
Diffstat (limited to 'modules/nixos/hardware/default.nix')
| -rw-r--r-- | modules/nixos/hardware/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/nixos/hardware/default.nix b/modules/nixos/hardware/default.nix deleted file mode 100644 index 66ed2ee..0000000 --- a/modules/nixos/hardware/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - imports = [ - ./baremetal.nix - ./do-droplet.nix - ]; -} |
