mio-ops/hosts/paidh-ceithir.nix
Craige McWhirter 0b85ed20e8
Unified nixPath
2020-06-23 12:31:05 +10:00

19 lines
425 B
Nix

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