Added server aliases to hosts

This commit is contained in:
Nickiel12 2023-05-06 10:36:52 -07:00
parent 982a0a2138
commit 13c7a7209f

View file

@ -5,6 +5,10 @@
imports = [
./hardware-configuration.nix
];
networking.hosts = {
"10.0.0.183" = [ "files.nickiel.net" "git.nickiel.net" "nickiel.net" "jellyfin.nickiel.net" ];
};
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;