mio-ops/hosts/doilidh.nix

18 lines
397 B
Nix
Raw Permalink Normal View History

2022-07-08 11:06:31 +00:00
# NixOps configuration for doilidh
2019-10-16 22:43:52 +00:00
{
2022-03-07 14:26:15 +00:00
config,
pkgs,
lib,
...
}: {
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.
deployment.targetHost = "10.42.0.204";
2022-07-08 11:06:31 +00:00
networking.hostName = "doilidh"; # Define your hostname.
2019-10-15 23:25:45 +00:00
2022-03-07 14:26:15 +00:00
environment.systemPackages = with pkgs; [];
2019-12-09 06:20:38 +00:00
2022-07-08 11:06:31 +00:00
system.stateVersion = "22.05"; # The version of NixOS originally installed
2019-10-15 23:25:45 +00:00
}