added wireguard

This commit is contained in:
Vivian 2022-05-06 17:41:05 +02:00
parent e801865bf8
commit fd073f26ad
10 changed files with 204 additions and 29 deletions

View file

@ -3,10 +3,11 @@
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
let
let
vs = config.vault-secrets.secrets;
cfg = config.services.plausible;
in {
in
{
imports = [ ];
networking.hostName = "plausible";