added nixos-facter to generate hardware report
This commit is contained in:
parent
940ec2f0ec
commit
6599e23992
6 changed files with 7697 additions and 4 deletions
4
nixos/hosts/kylekrein-homepc/default.nix
Normal file
4
nixos/hosts/kylekrein-homepc/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, lib, hwconfig, inputs, ... }:
|
||||
{
|
||||
systemd.network.wait-online.enable = lib.mkForce false;
|
||||
}
|
||||
7663
nixos/hosts/kylekrein-homepc/facter.json
Normal file
7663
nixos/hosts/kylekrein-homepc/facter.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue