added disko config
This commit is contained in:
parent
0e1fcb30ca
commit
490bf5bc86
3 changed files with 130 additions and 1 deletions
14
flake.nix
14
flake.nix
|
|
@ -14,8 +14,12 @@
|
|||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = { self, home-manager, nixos-generators, nixpkgs, ... }@inputs:
|
||||
outputs = { self, home-manager, nixos-generators, disko, nixpkgs, ... }@inputs:
|
||||
{
|
||||
proxmox = nixos-generators.nixosGenerate {
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -32,6 +36,14 @@
|
|||
./.modules/base/proxmox-vm-hardware.nix
|
||||
];
|
||||
};
|
||||
creatorforge-framework = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
./hosts/creatorforge.nix
|
||||
./.modules/base/proxmox-vm-hardware.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
homeManagerConfiguration = {
|
||||
speccon18 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue