citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

nix-serve.nix (125B)


      1 config:
      2 let
      3     port = config.nix-serve.port;
      4     bind = config.ztip;
      5     localbind = config.nix-serve.bindAddress;
      6 in ''
      7 ''