2023-09-11 20:23:04 +02:00
|
|
|
{pkgs, ...}: {
|
2021-11-25 22:03:04 +01:00
|
|
|
services.cron.enable = false;
|
2023-06-17 18:10:50 +02:00
|
|
|
security.pki.certificateFiles = [
|
2023-06-20 09:58:24 +02:00
|
|
|
./certs/proxy
|
2023-06-17 18:10:50 +02:00
|
|
|
];
|
2021-11-25 22:03:04 +01:00
|
|
|
networking.dhcpcd.extraConfig = "noarp";
|
|
|
|
system.stateVersion = "21.05";
|
|
|
|
}
|