infra/nixos-configuration/steveej-live-usb-mmc-SL32G_0x259093f6/system.nix

8 lines
122 B
Nix

{ config, lib, pkgs, ... }:
let
in {
networking.hostName = "steveej-mmc-SL32G_0x259093f6"; # Define your hostname.
}