feat: add restic for backup, update, remove planify again
This commit is contained in:
parent
bdcf0458bb
commit
215dcbf5ae
11 changed files with 200 additions and 29 deletions
|
|
@ -48,6 +48,10 @@
|
|||
url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-colors, automapaper, disko, hyprland, lazy, ... }@inputs:
|
||||
|
|
@ -62,6 +66,7 @@
|
|||
modules = [
|
||||
./hosts/lambdaos/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
NoasServer = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue