8 lines
114 B
Nix
8 lines
114 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
networking.hostName = "l003";
|
|
boot.loader.grub.enable = true;
|
|
system.stateVersion = "24.11";
|
|
}
|