dots/configuration/modules/system.nix
2026-02-17 22:11:42 +01:00

6 lines
116 B
Nix

{device-name, ...}: {
networking.hostName = "max-${device-name}";
system = {
stateVersion = "25.11";
};
}