fuuko: Set target to production hostname

pull/52/head
Simon Bruder 2021-04-02 15:10:14 +02:00
parent 98a4f345eb
commit 8b1b969aa9
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 4 deletions

View File

@ -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";
};
}