diff options
author | Soispha <soispha@vhack.eu> | 2023-04-12 10:36:08 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:24 +0200 |
commit | 4e17f32353f4cf58f417fed91ff2f0e67224449e (patch) | |
tree | 8cfa5f6b99d0ede2e08dc4415251ceaf0f32208c /flake | |
parent | Fix(hm/pkgs): Change anki to anki-bin (diff) | |
download | nixos-config-4e17f32353f4cf58f417fed91ff2f0e67224449e.tar.gz nixos-config-4e17f32353f4cf58f417fed91ff2f0e67224449e.zip |
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.
Diffstat (limited to 'flake')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
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 { |