Add local host fox in apex

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
Rodrigo Arias 2025-08-29 14:11:19 +02:00
parent e55590f59e
commit 7606030135

View File

@ -28,4 +28,8 @@
];
};
};
networking.hosts = {
"10.100.0.1" = [ "fox" ];
};
}