Remove old Longhorn and backup code
This commit is contained in:
parent
435bd7592e
commit
74b049e56a
5 changed files with 2 additions and 154 deletions
|
@ -24,8 +24,6 @@
|
|||
./server.nix
|
||||
./prometheus.nix
|
||||
./kubernetes
|
||||
./data-sharing.nix
|
||||
./backups.nix
|
||||
./backups-ng.nix
|
||||
];
|
||||
|
||||
|
@ -190,7 +188,7 @@
|
|||
overlays = [
|
||||
inputs.nur.overlays.default
|
||||
(_final: _prev: {
|
||||
containerd = inputs.nixpkgs-oldstable.legacyPackages.x86_64-linux.containerd;
|
||||
inherit (inputs.nixpkgs-oldstable.legacyPackages.x86_64-linux) containerd;
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
inherit (pkgs) system;
|
||||
config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue