fix: typos
This commit is contained in:
parent
614d905dfd
commit
f8bb79adbd
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@
|
|||
|
||||
*/
|
||||
|
||||
{ pkgs, lib, nodes, ... }: ip_address:
|
||||
{ pkgs, lib, nodes, ... }:
|
||||
let
|
||||
# name of the server, sets teh hostname and record for it
|
||||
name = "kitt";
|
||||
ip_pub = "193.1.99.74";
|
||||
ip_priv = "172.20.20.5";
|
||||
hostname = "${name}.skynet.ie";
|
||||
hostname = ip_pub;
|
||||
#hostname = ip_pub;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue