nixos-config/systems/mc6/configuration.nix
2022-02-24 21:04:49 +01:00

11 lines
186 B
Nix

{ ... }: {
imports = [
./hardware-configuration.nix
./modules/generic.nix
];
networking.hostName = "mc6";
services.openssh.enable = true;
}
# vim: set et ts=2 sw=2 ai: