mio-ops/hosts/eamhair.nix

18 lines
397 B
Nix
Raw Normal View History

2022-07-08 12:15:03 +00:00
# NixOps configuration for eamhair
2019-10-17 00:04:34 +00:00
{
2022-03-07 14:26:15 +00:00
config,
pkgs,
lib,
...
}: {
imports = [../networks/pi3B_rack.nix];
2019-10-17 00:04:34 +00:00
2020-03-10 01:45:29 +00:00
# Comment out deployment when building the SD Image.
2021-01-07 00:09:42 +00:00
deployment.targetHost = "10.42.0.205";
2022-07-08 12:15:03 +00:00
networking.hostName = "eamhair"; # Define your hostname.
2019-10-17 00:04:34 +00:00
2022-03-07 14:26:15 +00:00
environment.systemPackages = with pkgs; [];
2019-12-09 06:23:39 +00:00
2022-07-08 12:15:03 +00:00
system.stateVersion = "22.05"; # The version of NixOS originally installed
2019-10-17 00:04:34 +00:00
}