Clean up redundant packages

This commit is contained in:
2020-09-02 18:44:31 +02:00
parent 351926fb16
commit 6bdb0123d1
5 changed files with 4 additions and 16 deletions

View File

@@ -1,8 +1,5 @@
# Software development configuration
{ config, pkgs, lib, ... }: {
environment.systemPackages = with pkgs; [ gitea ];
# Gitea setup with daily backup
services.gitea = {
enable = true;