feat: added paperless support for vpn

This commit is contained in:
Patrick Großmann 2023-02-14 01:35:28 +01:00
parent 9bbed49c8f
commit 41a10f8cd7
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -27,6 +27,10 @@
networking.hostName = "patricknix"; # Define your hostname.
networking.hostId = "68438432";
networking.extraHosts = ''
10.0.0.1 paperless.lel.lol
'';
# Identities with which all secrets are encrypted
rekey.masterIdentityPaths = [./secrets/NIXOSc.key ./secrets/NIXOSa.key];