12 lines
171 B
Nix
12 lines
171 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
hardware.graphics = {
|
|
enable = true;
|
|
};
|
|
|
|
services.fstrim.enable = true; # Still useful for VM disk optimization
|
|
services.openssh.enable = true;
|
|
}
|