1769288238
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs) mysecrets;
|
||||
inherit (config.networking) hostName;
|
||||
in {
|
||||
# imports = with inputs; [
|
||||
# nixos-facter-modules.nixosModules.facter
|
||||
# ];
|
||||
hardware.facter.reportPath = "${mysecrets}/facter/${hostName}.json";
|
||||
systemd.network.wait-online.enable = false;
|
||||
networking.dhcpcd.enable = lib.mkForce false;
|
||||
networking.networkmanager.dhcp = "internal";
|
||||
}
|
||||
Reference in New Issue
Block a user