citadel

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

default.nix (115B)


      1 machine:
      2 { config, lib, pkgs, ... }:
      3 {
      4   networking.hostName = machine;
      5 
      6   networking.firewall.allowPing = true;
      7 }