dotfiles/config/nix/testvm.nix

10 lines
110 B
Nix

{ ... }:
{
imports = [
./os/loader.nix
];
networking.hostName = "nixos";
frogeye.extra = true;
}