1
0
forked from c3d2/nix-config
nix-config/lib/common/c3d2.nix
2019-07-04 00:31:45 +02:00

12 lines
151 B
Nix

{ config, pkgs, ... }:
{
imports = [./common.nix];
networking = {
domain = "hq.c3d2.de";
defaultGateway.address = "172.22.99.1";
};
}