1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-04-03 18:14:15 +00:00
This commit is contained in:
Rae 5e 2025-03-03 22:33:12 -05:00
parent 4c35ee5504
commit bbcc5dbb76
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -34,7 +34,12 @@
neededForBoot = false; neededForBoot = false;
}; };
networking.hostName = "ioides"; networking = {
hostName = "ioides";
hosts = {
"10.0.0.39" = [ "near" "near.local" ];
};
};
services = { services = {
xserver.videoDrivers = [ "nvidia" ]; xserver.videoDrivers = [ "nvidia" ];