Use journaldriver to view journald logs from Socrates
Attempting to use @tazjin's delightful simple logging library!
This commit is contained in:
parent
4a836f363b
commit
2eb52379b6
1 changed files with 7 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue