add radish-vm for testing
This commit is contained in:
11
hosts/radish-vm/hardware.nix
Normal file
11
hosts/radish-vm/hardware.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.fstrim.enable = true; # Still useful for VM disk optimization
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user