Update naming schemes
This commit is contained in:
parent
6938c828c6
commit
d48fecdc5c
1 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
|||
{ inputs, hostname, lib, modulesPath, ... }: let
|
||||
# ipOffice = "";
|
||||
ipIfargle = "97.71.91.121";
|
||||
ipSysctl = "172.185.76.221";
|
||||
# ip_work = "";
|
||||
# ip_home = "";
|
||||
ip_bfl = "97.71.91.121";
|
||||
ip_waw = "172.185.76.221";
|
||||
in {
|
||||
imports = [
|
||||
inputs.ip-whitelist.nixosModules.default
|
||||
|
@ -16,9 +17,10 @@ in {
|
|||
{
|
||||
port = 22;
|
||||
ips = [
|
||||
# ipOffice
|
||||
ipIfargle
|
||||
ipSysctl
|
||||
# ip_home
|
||||
# ip_work
|
||||
ip_bfl
|
||||
ip_waw
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue