Added pueue to homeserver

This commit is contained in:
2025-03-21 11:16:10 +00:00
parent 6d9e9d61b2
commit a010303c47
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
inputs,
outputs,
lib,
config,
pkgs,
unstablePkgs,
...
}: {
services = {
pueue.enable = true;
};
}

View File

@@ -149,6 +149,7 @@
ouch ouch
pass pass
passh passh
pueue
pinentry-tty pinentry-tty
pkg-config pkg-config
podman-compose podman-compose