refactor: migrate powermenu.sh to writeShellScriptBin

This commit is contained in:
lightly-toasted 2025-08-26 16:44:11 +09:00
parent 1f045e291d
commit 19ee0fc14e
6 changed files with 28 additions and 22 deletions

View file

@ -6,5 +6,6 @@
./greetd.nix
./tailscale.nix
./flatpak.nix
./restic.nix
];
}

View file

@ -12,7 +12,7 @@
"/data/Backup"
"/home/toast/workspace"
];
repository = "rclone:gdrive/restic";
repository = "rclone:gdrive:restic";
rcloneConfigFile = config.sops.secrets."restic/rclone-config".path;
pruneOpts = [
"--keep-daily 7"