-
Download the minimal NixOS ISO
-
(on OSX) write the ISO image to an USB drive:
sudo dd bs=4m if=path/to/nixos-minimal.iso of=/dev/disk2
where
/dev/disk2
is the location of the USB media
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Response> | |
<Say voice="alice">Your smartpay verification code is {{secret}}</Say> | |
</Response> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
locals { | |
cluster_name = "${var.name}-k8s-cluster" | |
gke_sa_iam_roles = [ | |
"roles/logging.logWriter", | |
"roles/monitoring.metricWriter", | |
"roles/monitoring.viewer", | |
"roles/stackdriver.resourceMetadata.writer", | |
"roles/storage.objectViewer", | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDObMb+0Tqt0eop11QJc4v4yg46aOCosDVg5+kGFvLPRQiXbk7twrqZqJrPZ7R70dZ6yE1oADpjmDGtk/I40q8Rku59DOh53b6O4EzslE3a+ISJ+WdrdAJ/pDwQqqS5H/LaBd4q2d+USLF52bx7fwz1XpF9a7dGLD4c4eOsfGrcADD0FwtDZnLrNW4w3MTX/oggDK0G8jb/+WI+RP4R7IySnoVOaDAnQbrL4gZWk74rpcPucl2tUYOjuUKX0csdi+u46R6CDZvD05E1bCNkdn5M4I7MBCiCGLAvwfkpuCU3IfU/9QumJLHdt/dWUBnZfeDYtV0jUgkONIigoJL5WMv+zvINpACkHrZplIg4Ubx8BHrqwsj1si43DiJe7Ehk7j/O0jjCsQYS/ansc3cYIiz/2qpb2tVfDn/4tTAeWjt2nYSwbetBkKVCAVIWCW4/M5drAbgVi1va3Tfx6T+y+LbTx5f9QwFAVzj/ioKVBJwLsvCUMNHNo63CBg+VQYwvr/Gy/+/gPRUjSkThSxgf0RttWGOhq6yCE04n7/g43mSj+Ak/XFraf1uZh8yCysr7tmiAJX3jhV4D1ncC09Q6zPa+piQbicP1ABj0KYmXv0ne5C1/oH3/GWr/pW8kf8GoTKzv4sOskv47sZgv/OXL8bLzGCrKCtb2KKkbRpQEvx0R+w== cardno:000608607764 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am pjan on github. | |
* I am pjan (https://keybase.io/pjan) on keybase. | |
* I have a public key ASCPGfwvj3f3wrPKrlKfJk7isgoJklOPd3Ep3XVKPg9IGQo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self: super: | |
{ | |
taffybar = (import (pkgs.fetchFromGitHub { | |
owner = "pjan"; | |
repo = "taffybar"; | |
rev = "8a2148602f189b37cd8acdc453c2f8714e702268"; | |
sha256 = "1qsqjr6sq6sqfhw9kr7cjvy68xb8mli9kjspfrmm1m454i6pq37i"; | |
})).taffybar; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# overlays/pkgs/osx/dash/default.nix | |
{ pkgs }: | |
with pkgs; osx.mkAppDerivation rec { | |
name = "Dash"; | |
sourceRoot = "Dash.app"; | |
src = fetchurl { | |
url = "https://kapeli.com/downloads/v4/Dash.zip"; | |
sha256 = "073fzga9gra5rln7cixj50h7c6zgajhd2jibslkx2qrdbry67mc4"; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE DataKinds #-} | |
{-# LANGUAGE ScopedTypeVariables #-} | |
import Data.Proxy | |
import Data.Type.Bool | |
-- Types | |
data One | |
data Add a b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.security._ | |
import java.util.Base64 | |
import javax.crypto._ | |
import javax.crypto.spec._ | |
sealed trait Password | |
object Password { | |
private val Random = new SecureRandom() | |
private val Base64Encoder = Base64.getUrlEncoder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>For Topre REALFORCE 87 Users</name> | |
<devicevendordef> | |
<vendorname>TopreCorporation</vendorname> | |
<vendorid>0x0853</vendorid> | |
</devicevendordef> | |
<item> |
NewerOlder