Skip to content

Instantly share code, notes, and snippets.

@usrbinkat
Last active August 15, 2024 23:23
Show Gist options
  • Select an option

  • Save usrbinkat/9f93a34c344ca223c22e355b80582dc9 to your computer and use it in GitHub Desktop.

Select an option

Save usrbinkat/9f93a34c344ca223c22e355b80582dc9 to your computer and use it in GitHub Desktop.
Paste: github.com/yomaq
  1. nixos/nixpkgs #316044 Add Nix package for pulumi-esc
  2. yomaq/Tailscale-ACL Tailscale ACLs with Pulumi + Nix
  3. yomaq/nix-config/.../initrd-tailscale Tailscale @ initrd
  4. Yomaq Blog: ZFS, Encryption, Backups, and Convenience
  5. yomaq/nix-config/.../containers Tailscale Nix Docker
    # Demonstrating the tailscale container submodule in action
    yomaq.pods.tailscaled."TS${NAME}" = {
      TSserve = {
        "/" = "http://127.0.0.1:3000";
      };
      tags = [ "tag:generichttps" ];
    };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment