Add nixos-facter for hardware configuration

This commit is contained in:
Fabian Hauser 2025-02-22 21:52:48 +02:00
parent db07652d99
commit a78fd31432
7 changed files with 7561 additions and 12 deletions

View file

@ -24,14 +24,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-facter-modules.url = "github:nix-community/nixos-facter-modules";
fcc-unlock = {
url = "github:fabianhauser/fcc-unlock";
inputs.nixpkgs.follows = "nixpkgs";
@ -74,6 +75,7 @@
packages = lib.attrValues {
inherit (pkgs)
nixos-rebuild
nixos-facter
sops
ssh-to-age
nixd