Added pi-ceithir

This commit is contained in:
Serĉanto de Scio 2019-10-16 09:25:45 +10:00
parent 0dd42efca3
commit 3f08ee0ae0
Signed by: sercanto
GPG key ID: A4122FF3971B6865

17
Hosts/pi-ceithir.nix Normal file
View file

@ -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; [
];
};
}