add notification for screenshot

This commit is contained in:
Kopatz
2025-07-15 15:02:33 +02:00
parent f1e9c8043b
commit 79f50ccf74
2 changed files with 14 additions and 2 deletions

View File

@@ -105,6 +105,17 @@
};
services.jenkins.enable = false;
virtualisation.waydroid.enable = false;
services.postgresql = {
enable = true;
ensureDatabases = [ "mydatabase" ];
extensions = with pkgs.postgresql14Packages; [ pg_libversion ];
authentication = pkgs.lib.mkOverride 10 ''
#TYPE DATABASE USER ADDRESS METHOD
local all all trust
host all all 127.0.0.1/32 trust
'';
};
systemd.user.services.scheibnkleister-presence = {
description = "scheibnkleister-presence";