mirror of
https://github.com/nmasur/dotfiles
synced 2026-01-25 09:14:32 +00:00
update restic path for actual and fix build
This commit is contained in:
@@ -5,7 +5,7 @@ inputs: _final: prev: {
|
|||||||
# Provides `pkgs.stable`.
|
# Provides `pkgs.stable`.
|
||||||
stable = import inputs.nixpkgs-stable {
|
stable = import inputs.nixpkgs-stable {
|
||||||
system = prev.stdenv.hostPlatform.system;
|
system = prev.stdenv.hostPlatform.system;
|
||||||
inherit (prev) config;
|
config = { };
|
||||||
overlays = [
|
overlays = [
|
||||||
# inputs.self.overlays.vim-plugins
|
# inputs.self.overlays.vim-plugins
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -18,5 +18,5 @@
|
|||||||
}).withPlugins
|
}).withPlugins
|
||||||
{
|
{
|
||||||
plugins = [ "github.com/caddy-dns/cloudflare@v0.2.1" ];
|
plugins = [ "github.com/caddy-dns/cloudflare@v0.2.1" ];
|
||||||
hash = "sha256-Dvifm7rRwFfgXfcYvXcPDNlMaoxKd5h4mHEK6kJ+T4A=";
|
hash = "sha256-Zls+5kWd/JSQsmZC4SRQ/WS+pUcRolNaaI7UQoPzJA0=";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ in
|
|||||||
services.cloudflare-dyndns.domains = [ hostnames.budget ];
|
services.cloudflare-dyndns.domains = [ hostnames.budget ];
|
||||||
|
|
||||||
# Backups
|
# Backups
|
||||||
services.restic.backups.default.paths = [ "/var/lib/actual" ];
|
services.restic.backups.default.paths = [ "/var/lib/private/actual" ];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user