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
|
|
@ -11,7 +11,9 @@
|
|||
./firefox.nix
|
||||
./modules/services/autoupgrade
|
||||
./modules/sops
|
||||
./hosts/${hwconfig.hostname}
|
||||
];
|
||||
facter.reportPath = ./hosts/${hwconfig.hostname}/facter.json;
|
||||
kylekrein.services.autoUpgrade = {
|
||||
enable = true;
|
||||
pushUpdates = if hwconfig.hostname == "${username}-homepc" then true else false;
|
||||
|
|
|
|||
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