Files
nixos/machines/frog/default.nix
T
2026-05-29 07:59:46 +02:00

7 lines
56 B
Nix

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