Flake: Add disko
This commit is contained in:
@ -16,6 +16,10 @@
|
|||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
# Disk partitioning
|
||||||
|
disko.url = "github:nix-community/disko/latest";
|
||||||
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# Manage secrets with agenix
|
# Manage secrets with agenix
|
||||||
# agenix.url = "github:ryantm/agenix";
|
# agenix.url = "github:ryantm/agenix";
|
||||||
# agenix.inputs.nixpkgs.follows = "nixpkgs";
|
# agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -155,6 +159,7 @@
|
|||||||
commonModules = [
|
commonModules = [
|
||||||
# inputs.agenix.nixosModules.default
|
# inputs.agenix.nixosModules.default
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
inputs.disko.nixosModules.disko
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
# Local shell for NixFlake directory
|
# Local shell for NixFlake directory
|
||||||
|
Reference in New Issue
Block a user