From 44cadd33032a225e7d6af75e37ea041e74bec1f5 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 2 Jul 2019 11:35:00 +1000 Subject: [PATCH] Initial commit of host cuallaidh --- Hosts/cuallaidh.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Hosts/cuallaidh.nix diff --git a/Hosts/cuallaidh.nix b/Hosts/cuallaidh.nix new file mode 100644 index 0000000..2aad5e7 --- /dev/null +++ b/Hosts/cuallaidh.nix @@ -0,0 +1,12 @@ +# NixOps configuration for cuallaidh + +{ + cuallaidh = + { config, pkgs, lib, ... }: + + { + deployment.targetHost = "172.105.197.118"; + + networking.hostName = "cuallaidh"; # Define your hostname. + }; +}