This commit is contained in:
2025-12-31 15:01:09 +01:00
parent f39c1b0f57
commit 7fb80baf59
4 changed files with 118 additions and 38 deletions

View File

@@ -18,6 +18,11 @@
inputs.home-manager.follows = "home-manager";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";