replace nixos-hardware with nixos-facter
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{inputs, ...}: {
|
||||
imports = with inputs; [
|
||||
nixos-facter-modules.nixosModules.facter
|
||||
];
|
||||
facter.reportPath = ./facter.json;
|
||||
systemd.network.wait-online.enable = false;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user