nixos-conf/machine-confs/exoplasim.nix

9 lines
153 B
Nix

{ config, pkgs, ... }:
{
networking.hostName = "exoplasim";
imports = [ ../base.nix ];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}