1
0
Fork 0

Pihole: tidying

This commit is contained in:
Aires 2024-12-18 22:59:32 +00:00
parent 75bd163475
commit 641b07bdb2
2 changed files with 7 additions and 6 deletions

View file

@ -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}";
};
};
};
};

View file

@ -31,10 +31,8 @@
}
];
hardware.enableRedistributableFirmware = true;
networking.wireless.enable = true;
hardware = {
enableRedistributableFirmware = true;
raspberry-pi."4" = {
apply-overlays-dtmerge.enable = true;
};