Files
nixos-configs/hosts/nixos-bootstrap.nix
Wesley Irvin dd4835f520 Initial flake commit
Enough of an initial flake and layout for an initial commit.
2023-06-29 13:42:57 -04:00

6 lines
95 B
Nix

{ config, pkgs, ... }:
{
networking.hostName = "nixos-bootstrap"; # Define your hostname.
}