Merge the server misc files

This commit is contained in:
Jimbo 2024-08-26 13:16:17 -04:00
parent a16e391669
commit b3dac4da5e
3 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,9 @@
{
{pkgs, ...}: {
# Install programs system-wide
environment.systemPackages = with pkgs; [
mdadm
];
services = {
snowflake-proxy.enable = true;
logrotate.checkConfig = false;