diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index 65084d29c..7c0bedb83 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -106,6 +106,13 @@ in { ]; }; + services.journaldriver = { + enable = true; + logStream = "home"; + googleCloudProject = "wpcarros-infrastructure"; + applicationCredentials = "/etc/gcp/key.json"; + }; + services.openssh.enable = true; services.gitea = {