diff --git a/machines/default.nix b/machines/default.nix index 8191a27..02a7cab 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -19,9 +19,6 @@ lib.mapAttrs target = "root@vueko.sbruder.de"; }; fuuko = { - # FIXME: Since the unlock script forces IPv4 connectivity (since only that - # can be guarenteed), I have to use an internal IP address for now. This - # can be changed once DNS has an A record too. - target = "root@192.168.100.61"; + target = "root@fuuko.home.sbruder.de"; }; }