Added test VM
This commit is contained in:
parent
0d25c1deff
commit
c8bf78999a
19
hosts/vm-test/configuration.nix
Normal file
19
hosts/vm-test/configuration.nix
Normal 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;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user