Pihole: tidying
This commit is contained in:
parent
75bd163475
commit
641b07bdb2
|
@ -18,9 +18,12 @@ in
|
|||
|
||||
# Connect to the network automagically
|
||||
networkmanager.enable = lib.mkForce false;
|
||||
wireless.networks = {
|
||||
"${config.${namespace}.secrets.networking.networks.home.SSID}" = {
|
||||
psk = "${config.${namespace}.secrets.networking.networks.home.password}";
|
||||
wireless = {
|
||||
enable = true;
|
||||
networks = {
|
||||
"${config.${namespace}.secrets.networking.networks.home.SSID}" = {
|
||||
psk = "${config.${namespace}.secrets.networking.networks.home.password}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -31,10 +31,8 @@
|
|||
}
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
networking.wireless.enable = true;
|
||||
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
raspberry-pi."4" = {
|
||||
apply-overlays-dtmerge.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue