From 3f08ee0ae08a3de3a807d3d14455571df2453e2e Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 16 Oct 2019 09:25:45 +1000 Subject: [PATCH] Added pi-ceithir --- Hosts/pi-ceithir.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Hosts/pi-ceithir.nix diff --git a/Hosts/pi-ceithir.nix b/Hosts/pi-ceithir.nix new file mode 100644 index 0000000..578f6d1 --- /dev/null +++ b/Hosts/pi-ceithir.nix @@ -0,0 +1,17 @@ +# NixOps configuration for pi-tri + +{ + pi-tri = + { config, pkgs, lib, ... }: + + { + imports = [ + ]; + deployment.targetHost = "10.69.0.204"; + + networking.hostName = "pi-ceithir"; # Define your hostname. + + environment.systemPackages = with pkgs; [ + ]; + }; +}