diff --git a/.configuration.nix.swp b/.configuration.nix.swp deleted file mode 100644 index 193b388..0000000 Binary files a/.configuration.nix.swp and /dev/null differ diff --git a/flake.nix b/flake.nix index fb7484a..944c747 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,17 @@ time.timeZone = "America/Chicago"; - services.openssh.enable = true; + services = { + hydra = { + enable = true; + hydraURL = "http://localhost:3000"; + notificationSender = "hydra@eversole.co"; + buildMachinesFiles = []; + useSubstitutes = true; + }; + openssh.enable = true; + }; + virtualisation.docker = { enable = true; liveRestore = false;