Added test VM

This commit is contained in:
Jan-Bulthuis 2025-06-11 17:21:19 +02:00
parent 0d25c1deff
commit c8bf78999a

View File

@ -0,0 +1,19 @@
{
lib,
pkgs,
config,
...
}:
{
# State version
system.stateVersion = "24.11";
# Machine hostname
networking.hostName = "vm-test";
# Enabled modules
modules = {
profiles.vm.enable = true;
};
}