Skip to content

Instantly share code, notes, and snippets.

@0atman
0atman / configuration.nix
Last active April 28, 2025 01:38
A rebuild script that commits on a successful build
{
config,
pkgs,
options,
...
}: let
hostname = "oatman-pc"; # to alllow per-machine config
in {
networking.hostName = hostname;