nixos-config/modules/system/variables/default.nix

8 lines
56 B
Nix
Raw Normal View History

2025-02-25 03:03:43 -05:00
{ ... }:
{
imports = [
./ips
./secrets
];
}