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
home
calypso.nix
features
desktop/gaming
neovim/snippets/common
hosts/nixos/lapetus/services

View file

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

View file

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

View file

@ -1,7 +1,7 @@
block auto !word
block capitalize
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 wpbd we will prove the statement in both directions.
abbr itf it then follows

View file

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