Add wireguard packages
This commit is contained in:
parent
c542b06c9d
commit
09c5755ec8
|
@ -1,10 +1,6 @@
|
|||
# Software development configuration
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gitea
|
||||
];
|
||||
|
||||
# Gitea setup with daily backup
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
|
|
|
@ -5,6 +5,12 @@
|
|||
in
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireguard
|
||||
wireguard-tools
|
||||
];
|
||||
|
||||
|
||||
# Enable zeroconf
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue