nixos/system/vylpes-virt/configuration.nix

12 lines
149 B
Nix
Raw Normal View History

2024-07-07 18:11:51 +01:00
{pkgs, user, ...}: {
imports = [
../shared.nix
./hardware-configuration.nix
];
networking = {
hostName = "vylpes-virt";
};
}