enable otf on tofu

This commit is contained in:
Jermeiah S 2025-06-14 07:41:22 -04:00
parent 3db5bc0ce6
commit 3f7b1c5380
No known key found for this signature in database

View file

@ -13,6 +13,9 @@ in
]; ];
services = { services = {
tty-ips.enable = true; tty-ips.enable = true;
otf = {
enable = true;
};
}; };
networking = { networking = {
yggdrasil = { yggdrasil = {