Skip to content

Instantly share code, notes, and snippets.

View peromage's full-sized avatar
🍄
:P

Fang Deng peromage

🍄
:P
View GitHub Profile
@cjonesy
cjonesy / macbook_pro_ubuntu_install.md
Last active July 4, 2024 07:52
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
@udf
udf / write_up.md
Last active June 28, 2024 06:32
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";