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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue