Compare commits

..

No commits in common. "653ee4e3b6a083aebed8cf3338e74c6b475847ab" and "d532eda1096fa3d8f95a79b256bd9291d0d21d57" have entirely different histories.

3 changed files with 20 additions and 3 deletions

View File

@ -693,6 +693,22 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-immich": {
"locked": {
"lastModified": 1727171772,
"narHash": "sha256-6T0ctDFq0lepqjViL8TVw4RhpkHIUyoNWzPgTjPamZo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d026e3fa1ad0d78d9072d9afdeae515d2d68acae",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d026e3fa1ad0d78d9072d9afdeae515d2d68acae",
"type": "github"
}
},
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"lastModified": 1727571693, "lastModified": 1727571693,
@ -795,6 +811,7 @@
"nil": "nil", "nil": "nil",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"nixpkgs-immich": "nixpkgs-immich",
"nur": "nur", "nur": "nur",
"snowfall-lib": "snowfall-lib", "snowfall-lib": "snowfall-lib",
"srvos": "srvos", "srvos": "srvos",

View File

@ -84,8 +84,8 @@ with lib; {
in in
mkIf cfg.enable { mkIf cfg.enable {
age.secrets = { age.secrets = {
restic-environment.file = cfg.resticEnvironmentFile.file; restic-environment.file = cfg.resticEnvironment.file;
restic-password.file = cfg.resticPasswordFile.file; restic-password.file = cfg.resticPassword.file;
}; };
services.restic.backups = services.restic.backups =

View File

@ -26,7 +26,7 @@
package = cfg.package; package = cfg.package;
}; };
snowflake.services.backups.config.postgresql = let snowflake.services.backup.config.postgresql = let
compressSuffix = ".zstd"; compressSuffix = ".zstd";
compressCmd = "${pkgs.zstd}/bin/zstd -c"; compressCmd = "${pkgs.zstd}/bin/zstd -c";