2019-10-15 23:25:45 +00:00
|
|
|
# NixOps configuration for pi-tri
|
|
|
|
|
2019-10-16 22:43:52 +00:00
|
|
|
{ config, pkgs, lib, ... }:
|
2019-10-15 23:25:45 +00:00
|
|
|
|
2019-10-16 22:43:52 +00:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../Deployments/jormungandr-stake.nix
|
|
|
|
];
|
2019-10-16 04:13:11 +00:00
|
|
|
|
2019-10-16 22:43:52 +00:00
|
|
|
networking.hostName = "pi-ceithir"; # Define your hostname.
|
2019-10-15 23:25:45 +00:00
|
|
|
|
2019-10-16 22:43:52 +00:00
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
];
|
2019-10-15 23:25:45 +00:00
|
|
|
}
|