NixOS-Configs/hosts/vm1/default.nix
2024-06-08 11:23:48 -05:00

10 lines
139 B
Nix

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