8 lines
179 B
Nix
8 lines
179 B
Nix
{inputs, ...}: {
|
|
imports = with inputs; [
|
|
nixos-facter-modules.nixosModules.facter
|
|
];
|
|
facter.reportPath = ./facter.json;
|
|
systemd.network.wait-online.enable = false;
|
|
}
|