update snapraid schedule
This commit is contained in:
parent
0309679fbe
commit
3df41c3f4d
5 changed files with 11 additions and 12 deletions
|
|
@ -1,5 +1,6 @@
|
|||
## Coding Style
|
||||
- Never write shebang unless specifically requested
|
||||
- Do not abuse comments when writing code, especially code intuitive enough that does not need comments to further explain
|
||||
|
||||
## NixOS
|
||||
- This is my nixOS configuration for all my personal computers, and you are running on one of the nixOS hosts
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./containers.nix # Host-specific container definitions
|
||||
./proxy.nix # Host-specific Traefik dynamic configuration
|
||||
../system-default.nix # Common NixOS system configuration
|
||||
./containers.nix
|
||||
./proxy.nix
|
||||
../system-default.nix
|
||||
../../../modules/wireguard.nix
|
||||
../../../modules/podman.nix
|
||||
../../../modules/traefik.nix
|
||||
|
|
@ -175,11 +175,9 @@
|
|||
d3 = "/mnt/wd-14t-1/";
|
||||
};
|
||||
|
||||
# Sync schedule (daily at 3 AM)
|
||||
# Sync and scrub schedule
|
||||
sync.interval = "03:00";
|
||||
|
||||
# Scrub schedule (weekly verification)
|
||||
scrub.interval = "weekly";
|
||||
scrub.interval = "Mon *-*-* 06:00:00";
|
||||
|
||||
# Files and directories to exclude from parity
|
||||
exclude = [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../system-default.nix # Common NixOS system configuration
|
||||
../system-default.nix
|
||||
];
|
||||
|
||||
# Bootloader - UEFI setup for Jetson
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../system-default.nix # Common NixOS system configuration
|
||||
../system-default.nix
|
||||
../../../modules/hyprland/system.nix
|
||||
../../../modules/wireguard.nix
|
||||
../../../modules/login-display.nix
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./containers.nix # Host-specific container definitions
|
||||
./proxy.nix # Host-specific Traefik dynamic configuration
|
||||
../system-default.nix # Common NixOS system configuration
|
||||
./containers.nix
|
||||
./proxy.nix
|
||||
../system-default.nix
|
||||
../../../modules/wireguard.nix
|
||||
../../../modules/podman.nix
|
||||
../../../modules/traefik.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue