mio-ops/hosts/eamhair/default.nix

16 lines
304 B
Nix

# NixOps configuration for eamhair
{
config,
pkgs,
lib,
...
}: {
imports = [../../networks/pi3B_rack.nix];
networking.hostName = "eamhair"; # Define your hostname.
environment.systemPackages = with pkgs; [];
system.stateVersion = "22.05"; # The version of NixOS originally installed
}