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

14 lines
162 B
Nix

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