Skip to content
1 change: 0 additions & 1 deletion hosts/blackberry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
backlight = false; # PC GPUs don't do that
battery = false; # PC, doesn't have a battery
};
restic.usb-backups = true;

impermanence.presets = {
enable = true;
Expand Down
1 change: 0 additions & 1 deletion hosts/blueberry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
boot.kernelPackages = pkgs.linuxPackages;
nixchad = {
boot.bootloader = "systemd-boot";
restic.usb-backups = true;
smartctl-exporter.devices = [ "/dev/nvme0n1" ];
waybar.battery = true;
impermanence = {
Expand Down
2 changes: 1 addition & 1 deletion nixosModules/common-services/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
./alloy
./smartctl-exporter.nix
./syncthing.nix
./restic.nix
./restic
];
}
7 changes: 7 additions & 0 deletions nixosModules/common-services/restic/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
imports = [
./module.nix
# ./legacy.nix
./values.nix
];
}
Loading