fuuko: Set target to production hostname
This commit is contained in:
parent
98a4f345eb
commit
8b1b969aa9
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue