mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
~
This commit is contained in:
parent
4c35ee5504
commit
bbcc5dbb76
1 changed files with 6 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue