uptime-kuma config
This commit is contained in:
parent
c512a57e69
commit
b43c05b4d9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: let
|
||||
# Helper script to update the system based on local copy of flake
|
||||
updateScript = pkgs.writeShellScriptBin "rebuild" ''
|
||||
nixos-rebuild switch --flake /etc/nixos#distrust
|
||||
nixos-rebuild switch --flake /etc/nixos#
|
||||
'';
|
||||
# Helper script to clear /var/log and systemd journal
|
||||
clearLogsScript = pkgs.writeShellScriptBin "clear_logs" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue