Merge the server misc files
This commit is contained in:
parent
a16e391669
commit
b3dac4da5e
3 changed files with 7 additions and 9 deletions
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
# Install programs system-wide
|
||||
environment.systemPackages = with pkgs; [
|
||||
mdadm
|
||||
];
|
||||
|
||||
services = {
|
||||
snowflake-proxy.enable = true;
|
||||
logrotate.checkConfig = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue