(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(restic): add whole minecraft server to backup

74k1 d643c8b2 cde62595

+1 -1
+1 -1
modules/nixos/daemons/restic/default.nix
··· 14 14 initialize = true; 15 15 passwordFile = config.age.secrets."restic_password".path; 16 16 paths = [ 17 - "/home/taki/minecraft/world" 17 + "/home/taki/minecraft" 18 18 ]; 19 19 repository = "/home/taki/minecraft_backup"; 20 20 timerConfig = {