6 lines
95 B
Nix
6 lines
95 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "nixos-bootstrap"; # Define your hostname.
|
|
}
|