nixos-servers/hosts/ha1/default.nix
2024-05-01 19:05:45 +02:00

6 lines
56 B
Nix

{ ... }: {
imports = [
./configuration.nix
];
}