mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
build: move to upstream konashow/walls
This commit is contained in:
parent
c5f1e305ce
commit
e103ede6bd
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
config.services.konawall.konashow
|
||||
];
|
||||
|
||||
services.konawall = {
|
||||
enable = true;
|
||||
interval = "30m";
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@
|
|||
(lib.mkIf pkgs.hostPlatform.isLinux {
|
||||
sys = "systemctl";
|
||||
sysu = "systemctl --user";
|
||||
walls = "journalctl _SYSTEMD_INVOCATION_ID=$(systemctl show -p InvocationID --value konawall.service --user) -o json | jq -r '.MESSAGE'";
|
||||
logu = "journalctl --user";
|
||||
log = "journalctl";
|
||||
lg = "log --no-pager | rg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue