From a12ce5d781d0a0242bae0feac5b3b3922f2c80e7 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 27 Jun 2019 11:42:58 +1000 Subject: [PATCH] Initial commit --- Hosts/pi-tri.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Hosts/pi-tri.nix diff --git a/Hosts/pi-tri.nix b/Hosts/pi-tri.nix new file mode 100644 index 0000000..b8dc8fa --- /dev/null +++ b/Hosts/pi-tri.nix @@ -0,0 +1,12 @@ +# NixOps configuration for pi-tri + +{ + pi-tri = + { config, pkgs, lib, ... }: + + { + deployment.targetHost = "10.69.0.203"; + + networking.hostName = "pi-tri"; # Define your hostname. + }; +}