[bakunin] add disko device

This commit is contained in:
2024-11-26 13:14:36 +01:00
parent cfdbb58663
commit f61ea6ce5c
3 changed files with 67 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
mfsync.url = "github:k4lipso/mfsync";
microvm.url = "github:astro/microvm.nix";
microvm.inputs.nixpkgs.follows = "nixpkgs";
inputs.disko.url = "github:nix-community/disko/latest";
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
utils = {
url = "github:numtide/flake-utils";