NixOS-Configs/hosts/vm1/default.nix
2024-03-03 22:13:09 -06:00

9 lines
119 B
Nix

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