NixOS-Configs/hosts/vm/default.nix
Don Harper 611cd25502 add vm
2024-06-29 18:40:38 -05:00

11 lines
176 B
Nix

{ inputs, outputs, lib, config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
../server
../themes.nix
];
networking.hostName = "vm";
}