Testing IP whitelist
This commit is contained in:
parent
c21a76cca5
commit
11cf5cfd64
2 changed files with 2 additions and 2 deletions
nixos/hosts
|
@ -1,7 +1,6 @@
|
|||
{ inputs, lib, modulesPath, hostname, ... }: {
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
inputs.ip-whitelist.nixosModules.default
|
||||
(import ../../common/containers/derp.nix { domainName = "frankfurt.sysctl.io"; })
|
||||
../../common/services/tailscale-autoconnect.nix
|
||||
../../common/services/podman.nix
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{ hostname, lib, modulesPath, ... }: let
|
||||
{ inputs, hostname, lib, modulesPath, ... }: let
|
||||
# ipOffice = "";
|
||||
ipIfargle = "97.71.91.121";
|
||||
ipSysctl = "172.185.76.221";
|
||||
in {
|
||||
imports = [
|
||||
inputs.ip-whitelist.nixosModules.default
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
(import ../../common/containers/derp.nix { domainName = "milan.sysctl.io"; })
|
||||
../../common/services/tailscale-autoconnect.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue