Operand

try ladder, y'all.

gram: pool

> ./basis/access.nix

Lenses
(coming soon!)


{ pkgs, label, ... }:
{
  services.openssh = { enable = true; };
  networking = {
    firewall = { enable = true; allowedTCPPorts = [ 22 ]; };
  };
}