FrameworkNix/system/networking.nix

4 lines
35 B
Nix
Raw Normal View History

2024-02-19 23:19:01 +00:00
{
2024-02-22 19:27:34 +00:00
networking.hostName = "sam";
2024-02-19 23:19:01 +00:00
}