]> Untitled Git - awful.systems.git/blob - hardware/hostnames.nix
docs: add database information
[awful.systems.git] / hardware / hostnames.nix
1 { config, lib, pkgs, ... }:
2
3 {
4   networking.hosts = {
5     "10.0.0.2" = [ "these" ];
6     "10.0.0.4" = [ "more" ];
7   };
8 }