Skip to content

Instantly share code, notes, and snippets.

View S1rDev10us's full-sized avatar
🎮
Indie Game Dev

S1rDev10us

🎮
Indie Game Dev
View GitHub Profile
@0atman
0atman / configuration.nix
Last active November 15, 2024 13:06
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;