Disable forgejo dump + more
This commit is contained in:
parent
8fbb994353
commit
52ba0b9df2
|
@ -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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.vvvvvv ];
|
||||
|
||||
# {{{ Persistence
|
||||
satellite.persistence.at.state.apps.steam = {
|
||||
directories = [
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue