nixos-servers/hosts/nixos-test1/default.nix
2024-06-02 21:50:40 +02:00

6 lines
56 B
Nix

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