Testing IP whitelist
This commit is contained in:
parent
7f9d2eb0d8
commit
df915bf261
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
plasma-manager.url = "github:pjones/plasma-manager";
|
||||
plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# IP-based Firwall Rules - Pinned to v0.0.5 release
|
||||
ip-firewall-rules.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
|
||||
ip-firewall-rules.inputs.nixpkgs.follows = "nixpkgs";
|
||||
ip-whitelist.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
|
||||
ip-whitelist.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs = { self, nixpkgs, sops-nix, deploy-rs, ... } @inputs:
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue