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
|
## Coding Style
|
||||||
- Never write shebang unless specifically requested
|
- 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
|
## NixOS
|
||||||
- This is my nixOS configuration for all my personal computers, and you are running on one of the nixOS hosts
|
- 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, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./containers.nix # Host-specific container definitions
|
./containers.nix
|
||||||
./proxy.nix # Host-specific Traefik dynamic configuration
|
./proxy.nix
|
||||||
../system-default.nix # Common NixOS system configuration
|
../system-default.nix
|
||||||
../../../modules/wireguard.nix
|
../../../modules/wireguard.nix
|
||||||
../../../modules/podman.nix
|
../../../modules/podman.nix
|
||||||
../../../modules/traefik.nix
|
../../../modules/traefik.nix
|
||||||
|
|
@ -175,11 +175,9 @@
|
||||||
d3 = "/mnt/wd-14t-1/";
|
d3 = "/mnt/wd-14t-1/";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Sync schedule (daily at 3 AM)
|
# Sync and scrub schedule
|
||||||
sync.interval = "03:00";
|
sync.interval = "03:00";
|
||||||
|
scrub.interval = "Mon *-*-* 06:00:00";
|
||||||
# Scrub schedule (weekly verification)
|
|
||||||
scrub.interval = "weekly";
|
|
||||||
|
|
||||||
# Files and directories to exclude from parity
|
# Files and directories to exclude from parity
|
||||||
exclude = [
|
exclude = [
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../system-default.nix # Common NixOS system configuration
|
../system-default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader - UEFI setup for Jetson
|
# Bootloader - UEFI setup for Jetson
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../system-default.nix # Common NixOS system configuration
|
../system-default.nix
|
||||||
../../../modules/hyprland/system.nix
|
../../../modules/hyprland/system.nix
|
||||||
../../../modules/wireguard.nix
|
../../../modules/wireguard.nix
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./containers.nix # Host-specific container definitions
|
./containers.nix
|
||||||
./proxy.nix # Host-specific Traefik dynamic configuration
|
./proxy.nix
|
||||||
../system-default.nix # Common NixOS system configuration
|
../system-default.nix
|
||||||
../../../modules/wireguard.nix
|
../../../modules/wireguard.nix
|
||||||
../../../modules/podman.nix
|
../../../modules/podman.nix
|
||||||
../../../modules/traefik.nix
|
../../../modules/traefik.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue