feat(stolas): disko for disk setup
This commit is contained in:
parent
0b08beee35
commit
e58a47af3f
5 changed files with 127 additions and 109 deletions
|
@ -4,6 +4,10 @@
|
|||
inputs = {
|
||||
nixpkgs-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-utils = {
|
||||
url = "github:numtide/flake-utils";
|
||||
inputs.systems.follows = "systems";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue