Added pi-ceithir
This commit is contained in:
parent
0dd42efca3
commit
3f08ee0ae0
17
Hosts/pi-ceithir.nix
Normal file
17
Hosts/pi-ceithir.nix
Normal 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; [
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue