update secrets, cleanup
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ ... }:
|
||||
let
|
||||
hostname = "jallen-nas";
|
||||
ipAddress = "10.0.1.18";
|
||||
ipAddress2 = "10.0.1.19";
|
||||
gateway = "10.0.1.1";
|
||||
ports = [
|
||||
9000 # authentik
|
||||
2342 # grafana
|
||||
51820 # wireguard
|
||||
];
|
||||
|
||||
wireguard-private = config.sops.secrets."jallen-nas/wireguard/private".path;
|
||||
wireguard-public = "r03IJPnTaSNmhVYIdQr+TGasox6NAUrgW8ycm/sac08=";
|
||||
in
|
||||
{
|
||||
# Networking configs
|
||||
|
||||
Reference in New Issue
Block a user