Update
This commit is contained in:
parent
392c9c661a
commit
426e26a186
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
{ inputs, hostname, lib, modulesPath, ... }: let
|
||||
# ip_home = "";
|
||||
ip_work = "136.226.50.190";
|
||||
ip_home = "89.64.81.127";
|
||||
ip_bfl = "97.71.91.121";
|
||||
ip_waw = "172.185.76.221";
|
||||
in {
|
||||
|
@ -17,8 +16,7 @@ in {
|
|||
{
|
||||
port = 22;
|
||||
ips = [
|
||||
# ip_home
|
||||
ip_work
|
||||
ip_home
|
||||
ip_bfl
|
||||
ip_waw
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue