mio-ops/hosts/buaidheach.nix

20 lines
429 B
Nix
Raw Normal View History

2022-07-08 07:52:56 +00:00
# NixOps configuration for buaidheach
2020-06-25 01:30:13 +00:00
{
2022-03-07 14:26:15 +00:00
config,
pkgs,
lib,
...
}: {
2020-06-25 01:30:13 +00:00
imports = [
../networks/pi3B_rack.nix
2021-05-31 22:35:51 +00:00
../profiles/transmission.nix
../secrets/transmission.nix
2020-06-25 01:30:13 +00:00
];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.202";
2022-07-08 07:52:56 +00:00
networking.hostName = "buaidheach"; # Define your hostname.
2020-06-25 01:30:13 +00:00
2022-07-08 07:52:56 +00:00
system.stateVersion = "22.05"; # The version of NixOS originally installed
2020-06-25 01:30:13 +00:00
}