nix-config/modules/server/default.nix
2024-12-15 14:10:57 +01:00

9 lines
87 B
Nix

{ ... }:
{
imports = [
./boot.nix
./builder.nix
./ssh-server.nix
];
}