mio-ops/hosts/eamhair/default.nix

16 lines
304 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,
...
}: {
2024-08-23 08:00:07 +00:00
imports = [../../networks/pi3B_rack.nix];
2019-10-17 00:04:34 +00:00
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
}