1
Fork 0

Disable forgejo dump + more

This commit is contained in:
prescientmoon 2024-10-17 13:24:26 +02:00
parent 8fbb994353
commit 52ba0b9df2
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
5 changed files with 7 additions and 9 deletions

View file

@ -9,12 +9,12 @@
./features/cli/productivity ./features/cli/productivity
./features/cli/zellij.nix ./features/cli/zellij.nix
./features/desktop/discord ./features/desktop/discord
./features/desktop/edopro.nix ./features/desktop/gaming
./features/desktop/gaming/edopro.nix
./features/desktop/firefox ./features/desktop/firefox
./features/desktop/foot.nix ./features/desktop/foot.nix
./features/desktop/obsidian.nix ./features/desktop/obsidian.nix
./features/desktop/spotify.nix ./features/desktop/spotify.nix
./features/desktop/steam.nix
./features/desktop/zathura.nix ./features/desktop/zathura.nix
./features/wayland/hyprland ./features/wayland/hyprland
./features/neovim ./features/neovim

View file

@ -1,5 +1,7 @@
{ config, ... }: { config, pkgs, ... }:
{ {
home.packages = [ pkgs.vvvvvv ];
# {{{ Persistence # {{{ Persistence
satellite.persistence.at.state.apps.steam = { satellite.persistence.at.state.apps.steam = {
directories = [ directories = [

View file

@ -1,7 +1,7 @@
block auto !word block auto !word
block capitalize block capitalize
abbr bcla by contradiction let's assume abbr bcla by contradiction let's assume
abbr wlg without loss of generality abbr wlog without loss of generality
abbr tits that is to say, abbr tits that is to say,
abbr wpbd we will prove the statement in both directions. abbr wpbd we will prove the statement in both directions.
abbr itf it then follows abbr itf it then follows

View file

@ -16,11 +16,7 @@
enable = true; enable = true;
stateDir = "/persist/state/var/lib/forgejo"; stateDir = "/persist/state/var/lib/forgejo";
mailerPasswordFile = config.sops.secrets.forgejo_mail_password.path; mailerPasswordFile = config.sops.secrets.forgejo_mail_password.path;
dump.enable = false; # We already backup via rsync + have zfs snapshots to rollback to
dump = {
enable = true;
type = "tar.gz";
};
lfs.enable = true; lfs.enable = true;