config/systems/nix-test.nix

8 lines
123 B
Nix

{ ... }:
{
imports = [ ../services/sonarr.nix ];
networking.hostName = "nix-test";
system.stateVersion = "24.05";
}