nixos-servers/hosts/ha1/default.nix

6 lines
56 B
Nix
Raw Normal View History

2024-05-01 17:05:45 +00:00
{ ... }: {
imports = [
./configuration.nix
];
}