• Operand
  • # (b)ring mi - belles.

gram:build

> ./nixos/module/signal.nix

Lenses
(coming soon!)


{ config, pkgs, lib, ... }: {

  # users.defaultUserShell = pkgs.nushell;
  networking = {
    usePredictableInterfaceNames = true;
    firewall = { enable = true; allowedTCPPorts = [ 22 80 443 4000 4444 5000 9999 ]; };
    # 3000 3001 3009 4000 # kalo
    firewall.trustedInterfaces = [ "tailscale0" ];
    networkmanager = { enable = true; appendNameservers = [
      "172.233.194.84"
      "1.1.1.1"
      "9.9.9.9"
    ]; };
    # interfaces.enp0s13f0u2.ipv4.addresses = [ { address = "10.0.0.11"; prefixLength = 24; } ];
    extraHosts = ''

# 10.0.0.252 calm
# 10.10.0.12 mesh
# 10.10.0.12 b
# 10.10.0.2 proxy
# 10.0.0.192 harbor
# 172.233.194.84 base
# 172.233.227.19 marina

# # mobile lab
# # 10.0.0.209 backlog.space
# 10.0.0.103 paper.garden
# 10.0.0.105 backlog.space
# 10.0.0.106 session.place
# 10.0.0.194 silicon.am
# 10.0.0.2 assemble.press
# 10.0.0.200 picogr.am
# 10.0.0.201 share.operand.space
# 10.0.0.202 assembled.app
# 10.0.0.202 assembled.app
# 10.0.0.205 deploy.guide
# 10.0.0.207 padlock.space
# 10.0.0.208 labori.us

# mobile lab (proxied)
# 10.0.0.2 backlog.space
# 10.0.0.2 paper.garden
10.0.0.2 backlog.space
10.0.0.2 session.place
10.0.0.2 silicon.am
10.0.0.2 assemble.press
10.0.0.2 calliope.social
10.0.0.2 harbor.calliope.social
10.0.0.2 genkan.calliope.social
10.0.0.2 picogr.am
# 10.0.0.2 assembled.app
10.0.0.2 deploy.guide
10.0.0.2 padlock.space
10.0.0.2 labori.us

  '';
  };
}