Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
nixConfig
/
bb21a2add622a40f8d718384e3f06766ada5c331
/
.
/
modules
/
networking.nix
blob: ef432e709199622b12a3ccc58bf368302d216aab [
file
] [
log
] [
blame
]
{
networking
.
hostName
=
"codedPC"
;
networking
.
networkmanager
.
enable
=
true
;
networking
.
hosts
=
{
"192.168.0.4"
=
[
"CodedPi"
];
"192.168.0.5"
=
[
"SamuelDesktop"
];
"192.168.0.6"
=
[
"a1d2"
];
"localhost:5000"
=
[
"ollama"
];
};
}