Update nixos/hosts/milan-linode-01/default.nix

This commit is contained in:
albert 2025-03-18 16:20:35 +01:00
parent db63302fb9
commit efe079ddfb

View file

@ -1,6 +1,6 @@
{ inputs, hostname, lib, modulesPath, ... }: let
# ip_work = "";
# ip_home = "";
ip_work = "136.226.50.190";
ip_bfl = "97.71.91.121";
ip_waw = "172.185.76.221";
in {
@ -18,7 +18,7 @@ in {
port = 22;
ips = [
# ip_home
# ip_work
ip_work
ip_bfl
ip_waw
];