mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
refactor: migrate powermenu.sh to writeShellScriptBin
This commit is contained in:
parent
1f045e291d
commit
19ee0fc14e
6 changed files with 28 additions and 22 deletions
|
@ -6,5 +6,6 @@
|
|||
./greetd.nix
|
||||
./tailscale.nix
|
||||
./flatpak.nix
|
||||
./restic.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue