replace nixos-hardware with nixos-facter
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
7
hosts/dunamis/facter/default.nix
Normal file
7
hosts/dunamis/facter/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{inputs, ...}: {
|
||||
imports = with inputs; [
|
||||
nixos-facter-modules.nixosModules.facter
|
||||
];
|
||||
facter.reportPath = ./facter.json;
|
||||
systemd.network.wait-online.enable = false;
|
||||
}
|
Reference in New Issue
Block a user