parent
ac645a0516
commit
52c8f7e768
|
@ -6,7 +6,6 @@
|
||||||
../profiles/host_common.nix
|
../profiles/host_common.nix
|
||||||
../profiles/pi_common.nix
|
../profiles/pi_common.nix
|
||||||
../profiles/server_common.nix
|
../profiles/server_common.nix
|
||||||
../secrets/wireless-pi3B.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure the right package architecture is used
|
# Ensure the right package architecture is used
|
||||||
|
@ -17,7 +16,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.wireless.enable =
|
networking.wireless.enable =
|
||||||
true; # Toggles wireless support via wpa_supplicant.
|
false; # Toggles wireless support via wpa_supplicant.
|
||||||
|
|
||||||
systemd.network.networks.eth0.ipv6SendRAConfig = {
|
systemd.network.networks.eth0.ipv6SendRAConfig = {
|
||||||
EmitDNS = true;
|
EmitDNS = true;
|
||||||
|
|
Loading…
Reference in a new issue