Avoid packages rebuilds and decrease ZFS ARC cache
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Software development configuration
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gitea
|
||||
];
|
||||
|
||||
# Gitea setup with daily backup
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user