mio-ops/hosts/paidh-coig.nix

16 lines
400 B
Nix
Raw Normal View History

2020-03-09 22:49:55 +00:00
# NixOps configuration for paidh-coig
2019-10-17 00:04:34 +00:00
{ config, pkgs, lib, ... }:
{
2021-11-16 04:57:23 +00:00
imports = [ ../networks/pi3B_rack.nix ];
2019-10-17 00:04:34 +00:00
2020-03-10 01:45:29 +00:00
# Comment out deployment when building the SD Image.
2021-01-07 00:09:42 +00:00
deployment.targetHost = "10.42.0.205";
2021-11-16 04:57:23 +00:00
networking.hostName = "paidh-coig"; # Define your hostname.
2019-10-17 00:04:34 +00:00
2021-11-16 04:57:23 +00:00
environment.systemPackages = with pkgs; [ ];
2019-12-09 06:23:39 +00:00
2021-11-16 04:57:23 +00:00
system.stateVersion = "20.09"; # The version of NixOS originally installed
2019-10-17 00:04:34 +00:00
}