nix-config/hosts/desktops/rotterdam/default.nix

8 lines
85 B
Nix

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