mio-ops/hosts/paidh-ceithir.nix

16 lines
406 B
Nix
Raw Normal View History

2020-03-09 22:30:27 +00:00
# NixOps configuration for paidh-ceithir
2019-10-15 23:25:45 +00:00
2019-10-16 22:43:52 +00:00
{ config, pkgs, lib, ... }:
2019-10-15 23:25:45 +00:00
2019-10-16 22:43:52 +00:00
{
2021-11-16 04:57:23 +00:00
imports = [ ../networks/pi3B_rack.nix ];
2019-10-16 04:13:11 +00:00
2020-03-09 21:40:19 +00:00
# Comment out deployment when building the SD Image.
2021-01-07 00:09:42 +00:00
deployment.targetHost = "10.42.0.204";
2021-11-16 04:57:23 +00:00
networking.hostName = "paidh-ceithir"; # Define your hostname.
2019-10-15 23:25:45 +00:00
2021-11-16 04:57:23 +00:00
environment.systemPackages = with pkgs; [ ];
2019-12-09 06:20:38 +00:00
2021-11-16 04:57:23 +00:00
system.stateVersion = "20.09"; # The version of NixOS originally installed
2019-10-15 23:25:45 +00:00
}