os/hosts/ryzensun/default.nix

10 lines
106 B
Nix

{ ... }:
{
imports = [
./ryzensun.nix
./hardware-configuration.nix
./networking.nix
];
}