This commit is contained in:
albert 2025-04-02 10:15:27 +02:00
parent 392c9c661a
commit 426e26a186
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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
];