Remove old Marid

This commit is contained in:
Kevin Baensch 2024-12-07 21:07:53 +01:00
parent 8cb423eb70
commit 743830f7c6
Signed by: derped
GPG key ID: C0F1D326C7626543
7 changed files with 0 additions and 224 deletions

View file

@ -1,9 +0,0 @@
{ pkgs, ... }:
{
services.cron.enable = false;
security.pki.certificateFiles = [
./certs/proxy
];
networking.dhcpcd.extraConfig = "noarp";
system.stateVersion = "21.05";
}