tmppleroma: remove sshlogd module

This commit is contained in:
Sandro - 2023-05-20 02:03:47 +02:00
parent ab00f5b613
commit 9894e3dae9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 1 deletions

View File

@ -747,7 +747,6 @@
tmppleroma = nixosSystem' {
modules = [
self.nixosModules.cluster-options
sshlogd.nixosModule
./hosts/tmppleroma
];
};