make things work with flake-parts

also don't use my fork for btrbk anymore
This commit is contained in:
cy 2025-01-16 16:11:24 -05:00
parent ff3df36198
commit 193fc258b9
4 changed files with 223 additions and 151 deletions

View file

@ -1,7 +1,6 @@
{
config,
pkgs,
inputs,
lib,
...
}:
@ -10,12 +9,6 @@
./hardware-configuration.nix
../common.nix
../zsh.nix
{
disabledModules = [
"services/backup/btrbk.nix"
];
}
(inputs.nixpkgs-btrbk + "/nixos/modules/services/backup/btrbk.nix")
];
sops.age.keyFile = "/root/.config/sops/age/keys.txt";