added missing hostname setting

This commit is contained in:
Fishandchips321 2026-02-26 16:58:47 +00:00
parent 813b424831
commit b20e636af0

View file

@ -11,6 +11,8 @@
extraGroups = ["wheel"];
};
networking.hostName = "vm";
modules.graphical.enable = true;
modules.terminal.enable = true;