Add quark as a /etc/hosts entry.

This commit is contained in:
Tom Alexander 2025-04-19 21:14:40 -04:00
parent ca3ef67533
commit 6cf6e61193
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,8 @@
# ''; # '';
nixpkgs.hostPlatform = { nixpkgs.hostPlatform = {
gcc.arch = "znver4"; gcc.arch = "znver5";
gcc.tune = "znver4"; gcc.tune = "znver5";
system = "x86_64-linux"; system = "x86_64-linux";
}; };

View File

@ -42,6 +42,7 @@
10.216.1.6 media 10.216.1.6 media
#10.216.1.12 odo #10.216.1.12 odo
10.216.1.14 neelix 10.216.1.14 neelix
10.216.1.15 quark
10.217.1.1 drmario 10.217.1.1 drmario
10.217.2.1 mrmanager 10.217.2.1 mrmanager
''; '';