Files
nixos/hosts/fw/modules/ha-customers/default.nix
2025-02-23 16:00:33 +01:00

7 lines
63 B
Nix

{ config, pkgs, ... }:
{
imports = [
./ghetto.nix
];
}