update hetzner

This commit is contained in:
jopejoe1 2024-02-07 23:19:26 +01:00
parent 1c442bfcaf
commit 23756b5276
2 changed files with 62 additions and 41 deletions

View file

@ -50,6 +50,11 @@
url = "github:Lassulus/nether";
inputs.nixpkgs.follows = "nixpkgs";
};
srvos = {
url = "github:nix-community/srvos";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
# Dependencys
flake-parts = {