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 = [
|
2021-03-03 06:37:08 +00:00
|
|
|
../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.
|
2023-10-30 04:33:33 +00:00
|
|
|
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
|
|
|
}
|