added wireguard
This commit is contained in:
parent
617b854263
commit
97dbb87373
10 changed files with 204 additions and 29 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue