Use journaldriver to view journald logs from Socrates

Attempting to use @tazjin's delightful simple logging library!
This commit is contained in:
William Carroll 2020-08-14 09:16:36 +01:00
parent 4a836f363b
commit 2eb52379b6

View file

@ -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 = {