NixOS-Configs/hosts/vm/default.nix
2024-06-30 09:47:45 -05:00

15 lines
175 B
Nix

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