Add wireguard packages

This commit is contained in:
2020-01-29 00:20:52 +01:00
parent c542b06c9d
commit 09c5755ec8
2 changed files with 6 additions and 4 deletions

View File

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

View File

@@ -5,6 +5,12 @@
in
{
environment.systemPackages = with pkgs; [
wireguard
wireguard-tools
];
# Enable zeroconf
services.avahi = {
enable = true;