9 lines
122 B
Nix
9 lines
122 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
let
|
||
|
|
||
|
in {
|
||
|
|
||
|
networking.hostName = "steveej-mmc-SL32G_0x259093f6"; # Define your hostname.
|
||
|
}
|