feat: restic drafts

This commit is contained in:
Ryan Yin
2024-02-08 21:46:05 +08:00
parent 140b84df2b
commit 18a40b49e3
5 changed files with 96 additions and 6 deletions

View File

@@ -8,6 +8,10 @@ let
hostName = "ruby"; # Define your hostname.
hostAddress = vars_networking.hostAddress.${hostName};
in {
imports = [
./restic.nix
];
# Enable binfmt emulation of aarch64-linux, this is required for cross compilation.
boot.binfmt.emulatedSystems = ["aarch64-linux" "riscv64-linux"];
# supported file systems, so we can mount any removable disks with these filesystems