Initial commit

This commit is contained in:
Serĉanto de Scio 2019-06-27 11:42:58 +10:00
parent baef871920
commit a12ce5d781
Signed by: sercanto
GPG key ID: A4122FF3971B6865

12
Hosts/pi-tri.nix Normal file
View file

@ -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.
};
}