Skip to content

Instantly share code, notes, and snippets.

View 0xJepsen's full-sized avatar
💭
Touching grass

Waylon Jepsen 0xJepsen

💭
Touching grass
View GitHub Profile
@0xJepsen
0xJepsen / configuration.nix
Created March 31, 2024 20:46 — forked from 0atman/configuration.nix
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;