Initial commit
This commit is contained in:
parent
baef871920
commit
a12ce5d781
12
Hosts/pi-tri.nix
Normal file
12
Hosts/pi-tri.nix
Normal 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.
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue