Skip to content

Instantly share code, notes, and snippets.

View peromage's full-sized avatar
🍄
:P

Fang Deng peromage

🍄
:P
View GitHub Profile
@udf
udf / write_up.md
Last active June 3, 2024 16:14
A Trick To Use mkMerge at The Top Level of a NixOS module

The Setup

I wanted to write a module that generates multiple systemd services and timers to scrub some zfs pools at certain intervals. The default scrub config does not support individual scrub intervals for each pool.

I want the config to look like this:

{
  services.zfs-auto-scrub = {
 tank = "Sat *-*-* 00:00:00";
@cjonesy
cjonesy / macbook_pro_ubuntu_install.md
Last active May 27, 2024 11:37
Installing Ubuntu on MacBook Pro

Macbook Pro - Ubuntu Install

Requirements

2 USB drives > 2GB

Pre-Install

Create bootable USB drive

  1. Grab the latest Ubuntu Desktop iso image