Skip to content

Instantly share code, notes, and snippets.

View mipdableep's full-sized avatar

Ido Talmor mipdableep

  • RBD labs haifa uni
View GitHub Profile
@0atman
0atman / configuration.nix
Last active July 25, 2024 16:57
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;