fuuko: Set target to production hostname

This commit is contained in:
Simon Bruder 2021-04-02 15:10:14 +02:00
parent 98a4f345eb
commit 8b1b969aa9
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -19,9 +19,6 @@ lib.mapAttrs
target = "root@vueko.sbruder.de"; target = "root@vueko.sbruder.de";
}; };
fuuko = { fuuko = {
# FIXME: Since the unlock script forces IPv4 connectivity (since only that target = "root@fuuko.home.sbruder.de";
# 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";
}; };
} }