Disable forgejo dump + more
This commit is contained in:
parent
8fbb994353
commit
52ba0b9df2
|
@ -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
|
||||||
|
|
|
@ -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 = [
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue