nixos/hosts/modules/server.nix

8 lines
109 B
Nix

{ config, pkgs, inputs, ... }:
{
networking.nameservers =
[
"192.168.1.80"
"192.168.1.20"
];
}