From 4e17f32353f4cf58f417fed91ff2f0e67224449e Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 12 Apr 2023 10:36:08 +0200 Subject: Feat(system/services/backup): Add 'snap-sync-forced'[https://github.com/qubidt/snap-sync-forked] is not longer developed (as of the commit date) and thus some changes are necessary to get it working with nixos. Alternatives (although both similarly discontinued): - the original snap-sync [https://github.com/qubidt/snap-sync] -> Is effectively snap-sync-forced but without 50+ commits - 'dsnap-sync' [https://github.com/rzerres/dsnap-sync] -> Was forked long ago, now abandoned. Is rewritten in dash with lots of extra features, but sort of breaks even worse on nixos. --- flake/nixosConfigurations/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'flake') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 95dd220f..5d349071 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -31,10 +31,10 @@ pkgs sysLib # extra information - + system # bins - + yambar_cpu yambar_memory strip_js_comments @@ -42,12 +42,12 @@ grades shell-library # external deps - + user_js neovim_config snap-sync # modules - + impermanence ; }; @@ -68,7 +68,7 @@ ]; defaultSpecialArgs = { nixpkgs-as-input = nixpkgs; - inherit templates; + inherit templates sysLib; }; in { tiamat = nixpkgs.lib.nixosSystem { -- cgit 1.4.1