mio-ops/hosts/doilidh/default.nix

18 lines
397 B
Nix

# NixOps configuration for doilidh
{
config,
pkgs,
lib,
...
}: {
imports = [../networks/pi3B_rack.nix];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.204";
networking.hostName = "doilidh"; # Define your hostname.
environment.systemPackages = with pkgs; [];
system.stateVersion = "22.05"; # The version of NixOS originally installed
}