nix-configs/systems/pbp.nix
2023-03-03 15:56:03 +00:00

7 lines
98 B
Nix

{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "Jaal";
}