nixos-conf/machine-confs/exoplasim.nix

10 lines
153 B
Nix
Raw Normal View History

2024-11-06 22:14:25 +02:00
{ config, pkgs, ... }:
{
networking.hostName = "exoplasim";
imports = [ ../base.nix ];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}